[geeklog-cvs] geeklog-1.3/public_html/layout/XSilver/preferences boxesblock.thtml,NONE,1.1 digestblock.thtml,NONE,1.1 displayblock.thtml,NONE,1.1 displayprefs.thtml,NONE,1.1 excludeblock.thtml,NONE,1.1 language.thtml,NONE,1.1 theme.thtml,NONE,1.1

dhaun at geeklog.net dhaun at geeklog.net
Fri Jan 17 10:43:00 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/XSilver/preferences
In directory internal.geeklog.net:/tmp/cvs-serv8058/layout/XSilver/preferences

Added Files:
	boxesblock.thtml digestblock.thtml displayblock.thtml 
	displayprefs.thtml excludeblock.thtml language.thtml 
	theme.thtml 
Log Message:
Moved hard-coded HTML for the Display Preferences to template files.


--- NEW FILE: boxesblock.thtml ---
{start_block_boxes}
<table border="0" cellspacing="0" cellpadding="3">
  <tr>
    <td>{lang_boxes}</td>
  </tr>
  <tr>
    <td>{boxes_checklist}</td>
  </tr>
</table>
{end_block}

--- NEW FILE: digestblock.thtml ---
{start_block_digest}
<table border="0" cellspacing="0" cellpadding="3">
  <tr align="top">
    <td>{lang_emailedtopics}<br>
      {email_topic_checklist}</td>
  </tr>
</table>
{end_block}

--- NEW FILE: displayblock.thtml ---
{start_block_display}
<table border="0" cellspacing="0" cellpadding="3">
  {language_selection}
  {theme_selection}
  <tr valign="top">
    <td align="right"><b>{lang_noicons}:</b><br>
      <small>{lang_noicons_text}</small></td>
    <td><input type="checkbox" name="noicons" {noicons_checked}></td>
  </tr>
  <tr valign="top">
    <td align="right"><b>{lang_noboxes}:</b><br>
      <small>{lang_noboxes_text}</small></td>
    <td><input type="checkbox" name="noboxes" {noboxes_checked}</td>
  </tr>
  <tr valign="top">
    <td align="right"><b>{lang_maxstories}</b><br>
      <small>{lang_maxstories_text}</small></td>
    <td><input type="text" size="3" maxlength="3" name="maxstories"
      value="{maxstories_value}"></td>
  </tr>
  <tr valign="top">
    <td align="right"><b>{lang_dateformat}:</b></td>
    <td>{dateformat_selection}</td>
  </tr>
</table>
{end_block}

--- NEW FILE: displayprefs.thtml ---
<form action="{site_url}/usersettings.php" method="POST">
  {display_block}
  {exclude_block}
  {digest_block}
  {boxes_block}

  <div align="center">
    <input type="submit" value="{lang_submit}">
    <input type="hidden" name="mode" value="savepreferences">
  </div>
</form>

--- NEW FILE: excludeblock.thtml ---
{start_block_exclude}
<table border="0" cellspacing="0" cellpadding="3">
  <tr><td colspan="3">{lang_excludeditems}</td></tr>
  <tr valign="top">
    <td><b>{lang_topics}</b><br>
      {exclude_topic_checklist}</td>
    <td><img src="{site_url}/images/speck.gif" width="40" height="1"></td>
    <td><b>{lang_authors}</b><br>
      {exclude_author_checklist}</td>
  </tr>
</table>
{end_block}

--- NEW FILE: language.thtml ---
  <tr valign="top">
    <td align="right"><b>{lang_language}:</b></td>
    <td>{language_selector}</td>
  </tr>

--- NEW FILE: theme.thtml ---
  <tr valign="top">
    <td align="right"><b>{lang_theme}:</b><br>
      <small>{lang_theme_text}</small></td>
    <td>{theme_selector}</td>
  </tr>





More information about the geeklog-cvs mailing list