Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10494451
pages.tmpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
673 B
Subscribers
None
pages.tmpl
View Options
{{define "pages"}}
{{template "header" .}}
<style>
table.classy.export .disabled, table.classy.export a {
text-transform: initial;
}
</style>
<div class="snug content-container">
{{template "admin-header" .}}
<h2 id="posts-header" style="display: flex; justify-content: space-between;">Pages</h2>
<table class="classy export" style="width:100%">
<tr>
<th>Page</th>
<th>Last Modified</th>
</tr>
{{range .Pages}}
<tr>
<td><a href="/admin/page/{{.ID}}">{{if .Title.Valid}}{{.Title.String}}{{else}}{{.ID}}{{end}}</a></td>
<td style="text-align:right">{{.UpdatedFriendly}}</td>
</tr>
{{end}}
</table>
</div>
{{template "footer" .}}
{{end}}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Thu, Mar 6, 12:50 PM (17 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3165854
Attached To
rWF WriteFreely
Event Timeline
Log In to Comment