diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-30 11:02:38 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-30 11:02:38 +0000 |
| commit | 4f7a1c7169719a13b0345c012d9bb53c2721c8ca (patch) | |
| tree | 3d3a87f14d066e4753fd08e9bfbe01e77cd3c170 /phpBB/styles/templates/subSilver/ucp_header.html | |
| parent | b72a8fd2c7983eb318cc29fc0eb252a82d1d0bd8 (diff) | |
| download | forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.gz forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.bz2 forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.tar.xz forums-4f7a1c7169719a13b0345c012d9bb53c2721c8ca.zip | |
Bye bye ... hopefully
git-svn-id: file:///svn/phpbb/trunk@4334 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/templates/subSilver/ucp_header.html')
| -rw-r--r-- | phpBB/styles/templates/subSilver/ucp_header.html | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/phpBB/styles/templates/subSilver/ucp_header.html b/phpBB/styles/templates/subSilver/ucp_header.html deleted file mode 100644 index b2c8b96766..0000000000 --- a/phpBB/styles/templates/subSilver/ucp_header.html +++ /dev/null @@ -1,80 +0,0 @@ -<!-- $Id$ --> -<!-- INCLUDE overall_header.html --> - -<script language="javascript" type="text/javascript"> -<!-- - -var form_name = 'ucp'; -var text_name = 'signature'; - -// Define the bbCode tags -bbcode = new Array(); -bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','[/code]','[list]','[/list]','[list=]','[/list]','[img]','[/img]','[url]','[/url]'); -imageTag = false; - -// Helpline messages -b_help = "{L_BBCODE_B_HELP}"; -i_help = "{L_BBCODE_I_HELP}"; -u_help = "{L_BBCODE_U_HELP}"; -q_help = "{L_BBCODE_Q_HELP}"; -c_help = "{L_BBCODE_C_HELP}"; -l_help = "{L_BBCODE_L_HELP}"; -o_help = "{L_BBCODE_O_HELP}"; -p_help = "{L_BBCODE_P_HELP}"; -w_help = "{L_BBCODE_W_HELP}"; -a_help = "{L_BBCODE_A_HELP}"; -s_help = "{L_BBCODE_S_HELP}"; -f_help = "{L_BBCODE_F_HELP}"; -e_help = "{L_BBCODE_E_HELP}"; - -function marklist(form_name, status) -{ - for (i = 0; i < document.forms[form_name].length; i++) - { - document.forms[form_name].elements[i].checked = status; - } -} - -//--> -</script> -<script language="javascript" type="text/javascript" src="styles/templates/subSilver/editor.js"></script> - -<form method="post" name="ucp" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}><table width="95%" cellspacing="0" cellpadding="0" border="0" align="center"> - <tr> - <td class="nav" colspan="2" align="left" valign="middle"> <a href="{U_INDEX}">{L_INDEX}</a></td> - </tr> -</table> - -<table width="95%" cellspacing="0" cellpadding="2" border="0" align="center"> - <tr> - <td> - -<table class="tablebg" width="20%" cellspacing="1" cellpadding="4" border="0" align="left"> - <tr> - <th height="28">{L_OPTIONS}</th> - </tr> - <!-- BEGIN ucp_section --> - <tr> - <!-- IF ucp_section.S_SELECTED --> - <td class="row1" height="28"><b class="nav">{ucp_section.L_TITLE}</b> - <table width="100%" cellspacing="0" cellpadding="0" border="0"> - <!-- BEGIN ucp_subsection --> - <tr> - <td class="nav">»</td> - <td class="nav" height="20"><!-- IF ucp_section.ucp_subsection.S_SELECTED --><b>{ucp_section.ucp_subsection.L_TITLE}</b><!-- ELSE --><a href="{ucp_section.ucp_subsection.U_TITLE}">{ucp_section.ucp_subsection.L_TITLE}</a><!-- ENDIF --></td> - </tr> - <!-- END ucp_subsection --> - </table> - <!-- ELSE --> - <td class="row2" height="25" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'"><a class="nav" href="{ucp_section.U_TITLE}">{ucp_section.L_TITLE}</a> - <!-- ENDIF --> - </td> - </tr> - <!-- END ucp_section --> -</table> - -<table cellspacing="0" cellpadding="0" border="0" align="left"> - <tr> - <td><img src="images/spacer.gif" width="2" alt="" /></td> - </tr> -</table> |
