antville/code/Site/edit.skin
Robert Gaggl 525edc6bf8 - localisation is now done with one dropdown-box instead of entering ISO-codes
- added dropdowns for longdateformat and shortdateformat
- added inputs for smallfont, smallsize, smallcolor
2001-12-10 23:51:06 +00:00

112 lines
3.2 KiB
Text

<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td colspan="2" nowrap><span class="commentHead">&nbsp;</span><br><b>Basic Preferences</b></td>
</tr>
<tr>
<td class="small" nowrap><form method="post">Title:</td>
<td nowrap><% this.title as="editor" width="30" %></td>
</tr>
<tr>
<td class="small" nowrap>Tagline:</td>
<td nowrap><% this.tagline as="editor" width="30" %></td>
</tr>
<tr>
<td class="small" nowrap>Nr. of days on frontpage:</td>
<td nowrap><% this.showdays as="editor" width="5" %></td>
</tr>
<tr>
<td class="small" nowrap>Language/Country:</td>
<td nowrap><% this.localechooser %></td>
</tr>
<tr>
<td class="small" nowrap>long dateformat:</td>
<td nowrap><% this.longdateformat as="chooser" width="20" %></td>
</tr>
<tr>
<td class="small" nowrap>short dateformat:</td>
<td nowrap><% this.shortdateformat as="chooser" width="20" %></td>
</tr>
<tr>
<td class="small" nowrap>weblog is public:</td>
<td nowrap><% this.online as="editor" %></td>
</tr>
<tr>
<td class="small" nowrap>allow comments:</td>
<td nowrap><% this.hasdiscussions as="editor" %></td>
</tr>
<tr>
<td class="small" nowrap>allow signup:</td>
<td nowrap><% this.usermaysignup as="editor" %></td>
</tr>
<tr>
<td class="small" nowrap>allow contributions:</td>
<td nowrap><% this.usermaycontrib as="editor" %></td>
</tr>
<tr>
<td class="small" nowrap>enable archive:</td>
<td nowrap><% this.showarchive as="editor" %></td>
</tr>
<tr>
<td colspan="2" nowrap><span class="commentHead">&nbsp;</span><br><b>Colors</b></td>
</tr>
<tr>
<td class="small" nowrap>Background:</td>
<td nowrap><% this.bgcolor as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Text:</td>
<td nowrap><% this.textcolor as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Titles:</td>
<td nowrap><% this.titlecolor as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Links:</td>
<td nowrap><% this.linkcolor as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Active Links:</td>
<td nowrap><% this.alinkcolor as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Followed Links:</td>
<td nowrap><% this.vlinkcolor as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Small:</td>
<td nowrap><% this.smallcolor as="editor" width="10" %></td>
</tr>
<tr>
<td colspan="2" nowrap><span class="commentHead">&nbsp;</span><br><b>Fonts and sizes</b></td>
</tr>
<tr>
<td class="small" nowrap>Textfont:</td>
<td nowrap><% this.textfont as="editor" width="30" %></td>
</tr>
<tr>
<td class="small" nowrap>Textsize:</td>
<td nowrap><% this.textsize as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Titlefont:</td>
<td nowrap><% this.titlefont as="editor" width="30" %></td>
</tr>
<tr>
<td class="small" nowrap>Titlesize:</td>
<td nowrap><% this.titlesize as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>Smallfont:</td>
<td nowrap><% this.smallfont as="editor" width="30" %></td>
</tr>
<tr>
<td class="small" nowrap>Smallsize:</td>
<td nowrap><% this.smallsize as="editor" width="10" %></td>
</tr>
<tr>
<td class="small" nowrap>&nbsp;</td>
<td nowrap><% this.input type="button" value="save" %>&nbsp;<% this.input type="button" value="cancel" %></td>
</tr>
</table>
</form>