summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
committerCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
commita6ec986eb1452ead17ddc002629ea31934dc132d (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /syscp/patches/gentoo-syscp-design/gentoo-syscp-design/templates/customer/ftp/accounts_edit.tpl
parentUpdate EiffelStudio and Traffic ebuilds (usefull for ETHZ students). (diff)
downloadchtekk-master.tar.gz
chtekk-master.tar.bz2
chtekk-master.zip
Empty dev overlay, as I'm retiring from Gentoo.HEADmaster
apps can now be found at http://projects.longitekk.com:8000/Projects/browser/gentoo-ebuilds vda can now be found at http://vda.sourceforge.net/ and http://vda-ng.longitekk.com:8000/VDA-NG/browser (out-of-date) syscp can now be found up-to-date directly from upstream: http://wiki.syscp.org/docs/syscp-howto-gentoo-en coda and versioncp are out-of-date, broken trial runs of some stuff, so they just get deleted svn path=/; revision=104
Diffstat (limited to 'syscp/patches/gentoo-syscp-design/gentoo-syscp-design/templates/customer/ftp/accounts_edit.tpl')
-rw-r--r--syscp/patches/gentoo-syscp-design/gentoo-syscp-design/templates/customer/ftp/accounts_edit.tpl26
1 files changed, 0 insertions, 26 deletions
diff --git a/syscp/patches/gentoo-syscp-design/gentoo-syscp-design/templates/customer/ftp/accounts_edit.tpl b/syscp/patches/gentoo-syscp-design/gentoo-syscp-design/templates/customer/ftp/accounts_edit.tpl
deleted file mode 100644
index ffc75de..0000000
--- a/syscp/patches/gentoo-syscp-design/gentoo-syscp-design/templates/customer/ftp/accounts_edit.tpl
+++ /dev/null
@@ -1,26 +0,0 @@
-$header
- <form method="post" action="$filename">
- <input type="hidden" name="s" value="$s" />
- <input type="hidden" name="page" value="$page" />
- <input type="hidden" name="action" value="$action" />
- <input type="hidden" name="id" value="$id" />
- <table cellpadding="5" cellspacing="4" border="0" align="center" class="install_tabella_60">
- <tr>
- <td class="install_titolo" colspan="2"><b><img src="../images/titolo.gif" alt="" />&nbsp;{$lng['menue']['main']['changepassword']}</b></td>
- </tr>
- <tr>
- <td class="install_nomecampo">{$lng['login']['username']}:</td>
- <td class="install_campodisplay" nowrap="nowrap">{$result['username']}</td>
- </tr>
- <tr>
- <td class="install_nomecampo">{$lng['login']['password']}:</td>
- <td class="install_campodisplay" nowrap="nowrap"><input type="password" name="password" maxlength="50" /></td>
- </tr>
- <tr>
- <td class="install_confermacampo" colspan="2"><input type="hidden" name="send" value="send" /><input type="submit" class="bottone" value="{$lng['menue']['main']['changepassword']}" /></td>
- </tr>
- </table>
- </form>
- <br />
- <br />
-$footer \ No newline at end of file