Update of /cvsroot/phpslash/phpslash-dev/include/templates/en/basic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9150
Modified Files:
article.tpl blockEdit.tpl groupNew.tpl permissionList.tpl
permissionNew.tpl rssblock.tpl storyNew.tpl
Log Message:
UI improvements:
- mainly adding Cancel button to edit screens
- select boxes of 8 not 4 items (much easier to use)
- some rewordings too
Tags moved to lower case where necessary
Index: article.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/article.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** article.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1
--- article.tpl 18 Oct 2004 17:21:44 -0000 1.2
***************
*** 1,7 ****
{HEADER}
! <TABLE width="100%" cellpadding=0 cellspacing=0 border="0">
! <TR>
! <TD valign=top WIDTH="100%"><FONT color="#000000">
<!-- START article.tpl -->
--- 1,7 ----
{HEADER}
! <table width="100%" cellpadding=0 cellspacing=0 border="0">
! <tr>
! <td valign=top width="100%">
<!-- START article.tpl -->
***************
*** 12,16 ****
{EMAILFORM}
{STORY}
! <BR><BR>
{COMMENTS}
</td>
--- 12,16 ----
{EMAILFORM}
{STORY}
! <br><br>
{COMMENTS}
</td>
***************
*** 18,57 ****
</table>
! </TD>
! <TD WIDTH="20" VALIGN="TOP">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="20" HEIGHT="1">
! </TD>
! <TD WIDTH="210" ALIGN=CENTER VALIGN="TOP">
! <TABLE WIDTH="200" CELLPADDING="0" CELLSPACING="0" BORDER="0">
! <TR>
<!-- this TD block right here is that grey bar between the stories and the blocks -->
! <TD VALIGN="TOP" BGCOLOR="#cccccc">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="1" HEIGHT="1" ALT="">
! </TD>
<!-- this TD block is a spacer between the bar and blocks column -->
! <TD VALIGN="TOP">
! <IMG SRC="{IMAGEDIR}/layout/blank.gif" WIDTH="5" HEIGHT="1" ALT="">
! </TD>
<!-- this TD block is the blocks column -->
! <TD VALIGN="TOP">
{FANCY_BOXES}
! </TD>
! </TR>
! </TABLE>
<!-- END article.tpl -->
! </TD>
! </TR>
! </TABLE>
{FOOTER}
--- 18,57 ----
</table>
! </td>
! <td width="20" valign="TOP">
! <img src="{IMAGEDIR}/layout/blank.gif" width="20" height="1">
! </td>
! <td width="210" align=CENTER valign="TOP">
! <table width="200" cellpadding="0" cellspacing="0" border="0">
! <tr>
<!-- this TD block right here is that grey bar between the stories and the blocks -->
! <td valign="TOP" bgcolor="#cccccc">
! <img src="{IMAGEDIR}/layout/blank.gif" width="1" height="1" alt="">
! </td>
<!-- this TD block is a spacer between the bar and blocks column -->
! <td valign="TOP">
! <img src="{IMAGEDIR}/layout/blank.gif" width="5" height="1" alt="">
! </td>
<!-- this TD block is the blocks column -->
! <td valign="TOP">
{FANCY_BOXES}
! </td>
! </tr>
! </table>
<!-- END article.tpl -->
! </td>
! </tr>
! </table>
{FOOTER}
Index: blockEdit.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/blockEdit.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** blockEdit.tpl 21 Apr 2003 20:15:10 -0000 1.2
--- blockEdit.tpl 18 Oct 2004 17:21:48 -0000 1.3
***************
*** 32,37 ****
<tr>
<td class="descr">
! Source URL: <br />
! <span class="hint">(source of data if type is <b>rdf</b> or <b>url</b>)</span>
</td>
<td><input type="text" name="source_url" value="{SOURCE_URL}" /></td>
--- 32,37 ----
<tr>
<td class="descr">
! Parameters: <br />
! <span class="hint">(source URL if type is <b>rdf</b> or <b>url</b>)</span>
</td>
<td><input type="text" name="source_url" value="{SOURCE_URL}" /></td>
***************
*** 44,48 ****
<td class="descr">Owned by Section:</td>
<td>
! <select size="4" multiple="multiple" name="section_id_ary[]">
<!-- BEGIN section_row -->
<option value="{SECTION_ID}" {SELECTED}>{SECTION_NAME}</option>
--- 44,48 ----
<td class="descr">Owned by Section:</td>
<td>
! <select size="8" multiple="multiple" name="section_id_ary[]">
<!-- BEGIN section_row -->
<option value="{SECTION_ID}" {SELECTED}>{SECTION_NAME}</option>
***************
*** 76,80 ****
<tr>
<td> </td>
! <td><input type="submit" name="submit" value="update" /></td>
</tr>
</table>
--- 76,80 ----
<tr>
<td> </td>
! <td><input type="submit" name="submit" value="update" /> <input type="submit" name="submit" value="cancel" /></td>
</tr>
</table>
Index: groupNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/groupNew.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** groupNew.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1
--- groupNew.tpl 18 Oct 2004 17:21:48 -0000 1.2
***************
*** 47,51 ****
<tr>
<td> </td>
! <td><input type="submit" name="submit" value="submit" /></td>
</tr>
</table>
--- 47,54 ----
<tr>
<td> </td>
! <td>
! <input type="submit" name="submit" value="submit" />
! <input type="submit" name="submit" value="cancel" />
! </td>
</tr>
</table>
Index: permissionList.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/permissionList.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** permissionList.tpl 2 Jul 2004 15:18:41 -0000 1.2
--- permissionList.tpl 18 Oct 2004 17:21:48 -0000 1.3
***************
*** 1,19 ****
<!-- permissionList.tpl -->
{TITLEBAR}
! <TABLE BORDER=0 CELLPADDING=3>
! <TR>
! <TD><b>ID</b></TD>
! <TD><b>Name</b></TD>
! <TD><b>Description</b></TD>
! <TD><b>Actions</b></TD>
! </TR>
<!-- BEGIN row -->
! <TR>
! <TD>{PERMISSION_ID}</TD>
! <TD>{PERMISSION_NAME}</TD>
! <TD>{PERMISSION_DESCRIPTION}</TD>
! <TD>{ADMIN}</TD>
! </TR>
<!-- END row -->
! </TABLE>
<!-- permissionList.tpl -->
--- 1,19 ----
<!-- permissionList.tpl -->
{TITLEBAR}
! <table border=0 cellpadding=3>
! <tr>
! <td><b>ID</b></td>
! <td><b>Name</b></td>
! <td><b>Description</b></td>
! <td><b>Actions</b></td>
! </tr>
<!-- BEGIN row -->
! <tr>
! <td>{PERMISSION_ID}</td>
! <td>{PERMISSION_NAME}</td>
! <td>{PERMISSION_DESCRIPTION}</td>
! <td>{ADMIN}</td>
! </tr>
<!-- END row -->
! </table>
<!-- permissionList.tpl -->
Index: permissionNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/permissionNew.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** permissionNew.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1
--- permissionNew.tpl 18 Oct 2004 17:21:48 -0000 1.2
***************
*** 2,6 ****
{TITLEBAR}
<form action="{ACTION_URL}" method="post">
! <input type="hidden" name="permission_id" value="{PERMISSION_ID}">
<table border=0>
--- 2,6 ----
{TITLEBAR}
<form action="{ACTION_URL}" method="post">
! <input type="hidden" name="permission_id" value="{PERMISSION_ID}" />
<table border=0>
***************
*** 15,19 ****
<tr>
<td> </td>
! <td><input type="submit" name="submit" value="submitperm"></td>
</tr>
</table>
--- 15,22 ----
<tr>
<td> </td>
! <td>
! <input type="submit" name="submit" value="submitperm" />
! <input type="submit" name="submit" value="cancel" />
! </td>
</tr>
</table>
Index: rssblock.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/rssblock.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** rssblock.tpl 12 Mar 2003 16:12:52 -0000 1.1.1.1
--- rssblock.tpl 18 Oct 2004 17:21:48 -0000 1.2
***************
*** 1,15 ****
<!-- BEGIN channel_title -->
<b><a class="Link3" href="{CHANNEL_LINK}" target="{TARGET}">{CHANNEL_TITLE}</a></b><br>
<!-- END channel_title -->
<!-- BEGIN channel_image -->
! <a class="Link3" href="{IMAGE_LINK}" target="{TARGET}"><img src="{IMAGE_URL}" title="{IMAGE_TITLE}" alt="{IMAGE_TITLE}" border="0"></a>
<!-- END channel_image -->
<!-- BEGIN channel_description -->
<i>{CHANNEL_DESCRIPTION}</i><br>
<!-- END channel_description -->
<!-- BEGIN each_query -->
! <li><a class="Link3" target="{TARGET}" href="{LINK}">{TITLE}</a>
<!-- END each_query -->
<!-- BEGIN each_description -->
<br><i>{DESCRIPTION}</i>
<!-- END each_description -->
--- 1,19 ----
+ <!-- START rssblock.tpl -->
<!-- BEGIN channel_title -->
<b><a class="Link3" href="{CHANNEL_LINK}" target="{TARGET}">{CHANNEL_TITLE}</a></b><br>
<!-- END channel_title -->
<!-- BEGIN channel_image -->
! <a class="Link3" href="{IMAGE_LINK}" target="{TARGET}"><img src="{IMAGE_URL}" title="{IMAGE_TITLE}" alt="{IMAGE_TITLE}" border="0" /></a>
<!-- END channel_image -->
<!-- BEGIN channel_description -->
<i>{CHANNEL_DESCRIPTION}</i><br>
<!-- END channel_description -->
+ <ul>
<!-- BEGIN each_query -->
! <li><a class="Link3" target="{TARGET}" href="{LINK}">{TITLE}</a></li>
<!-- END each_query -->
<!-- BEGIN each_description -->
<br><i>{DESCRIPTION}</i>
<!-- END each_description -->
+ </ul>
+ <!-- END rssblock.tpl -->
\ No newline at end of file
Index: storyNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/include/templates/en/basic/storyNew.tpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** storyNew.tpl 1 Sep 2004 20:59:30 -0000 1.8
--- storyNew.tpl 18 Oct 2004 17:21:48 -0000 1.9
***************
*** 103,108 ****
<td class="descr">Body Text</td>
<td colspan="3"><!-- body text -->
! <textarea id="body_text" name="body_text" wrap="physical" cols="80" rows="20">{BODYTEXT}
! </textarea>
<br />
Or upload a file instead:<br />
--- 103,107 ----
<td class="descr">Body Text</td>
<td colspan="3"><!-- body text -->
! <textarea id="body_text" name="body_text" wrap="physical" cols="80" rows="20">{BODYTEXT}</textarea>
<br />
Or upload a file instead:<br />
***************
*** 127,130 ****
--- 126,130 ----
<input type="submit" name="submit" value="save" />
<input type="submit" name="submit" value="preview" />
+ <input type="submit" name="submit" value="cancel" />
</td>
</tr>
|