Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [jdgamble] Help Getting Customizations Just Right

Quote Reply
Re: [jdgamble] Help Getting Customizations Just Right In reply to
Oh, dear. I'm lost because the div code you have in there is throwing me. I don't know where to put that because I can't find it in the login template. I also don't see this em em you refer to.

Here's the code in the login.html:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/...ml1-transitional.dtd">
<%~if logout and error%>
<%~set message = $error%>
<%~set error = ''%>
<%~endif%>
<%~if url and not error%>
<%~set error = 'You must first login before you can access that.'%>
<%~endif%>
<html>
<head>
<title><%site_title%>: User Login</title>
<%include include_common_head.html%>
</head>
<body id="login">
<%include include_accessibility.html%>
<div id="wrapper">
<%include include_header.html%>
<%include include_contentheader.html%>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="white">
<tr>
<td width="10" height="65"><img src="/images/spacerwhite.gif" alt="~" width="10" height="10" /></td>
<td>
<div id="ocwrapper" class="clear">
<div id="icwrapper" class="clear">
<%include include_leftsidebar.html%>
<div id="contentwrapper" class="shadowleft">
<%include include_contentwrapper_top.html%>
<div class="shadowtop"><div class="shadowtopleft"></div><div class="shadowtopright"></div></div>
<div class="shadowright">
<div id="content">
<%include include_content_top.html%>
<div class="crumb"><%Links::Utils::format_title($main_title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%></div>
<h2>User Login</h2>
<p>Login to <%site_title%>:</p>
<form action="<%config.db_cgi_url%>/user.cgi" method="post">
<input type="hidden" name="login" value="1" />
<%if url%><input type="hidden" name="url" value="<%escape_html url%>" /><%endif%>
<div class="row required clear">
<label for="Username" class="name">Username:</label>
<div class="value">
<input type="text" id="Username" name="Username" value="<%if Username%><%escape_html Username%><%endif%>" class="text" />
</div>
</div>
<div class="row required clear">
<label for="Password" class="name">Password:</label>
<div class="value">
<input type="password" id="Password" name="Password" class="password" />
</div>
</div>
<%~if config.user_sessions eq Cookies%>
<div class="row clear">
<label for="Remember" class="name">Remember Me:</label>
<div class="value">
<input type="checkbox" id="Remember" name="Remember" class="checkbox" />
</div>
</div>
<%~endif%>
<div class="formsubmit">
<input type="submit" value="Login" class="submit" />
</div>
</form>
<p>
If you don't have an account, please <a href="<%config.db_cgi_url%>/user.cgi?signup_form=1">register</a>.<br />
If you've forgotten your password, we can <a href="<%config.db_cgi_url%>/user.cgi?email_pass=1">e-mail it to you</a>.
</p>
<%include include_content_bottom.html%>
</div>
</div>
<div class="shadowbottom"><div class="shadowbottomleft"></div><div class="shadowbottomright"></div></div>
<%include include_contentwrapper_bottom.html%>
</div>
<%include include_rightsidebar.html%>
</div>
</div>
</td>
<td width="10" height="65"><img src="/images/spacerwhite.gif" alt="~" width="10" height="10" /></td>
</tr>
</table>
<%include include_contentfooter.html%>
<%include include_footer.html%>
</div>
</body>
</html>
Subject Author Views Date
Thread; hot thread Help Getting Customizations Just Right therelief 16936 Sep 24, 2006, 10:26 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16119 Sep 24, 2006, 1:03 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16082 Sep 24, 2006, 1:08 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16136 Sep 24, 2006, 1:21 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16124 Sep 24, 2006, 1:26 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16137 Sep 24, 2006, 1:36 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16149 Sep 24, 2006, 1:38 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16074 Sep 24, 2006, 1:49 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16130 Sep 24, 2006, 2:01 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16087 Sep 24, 2006, 2:13 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16057 Sep 24, 2006, 2:19 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16084 Sep 24, 2006, 2:28 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16127 Sep 24, 2006, 2:32 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 16112 Sep 24, 2006, 2:34 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16106 Sep 24, 2006, 2:39 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16118 Sep 24, 2006, 2:47 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16052 Sep 24, 2006, 2:52 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16065 Sep 24, 2006, 3:01 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 16344 Sep 26, 2006, 9:45 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 15977 Sep 26, 2006, 1:58 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16172 Sep 26, 2006, 4:30 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 16005 Sep 26, 2006, 4:51 PM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15955 Sep 27, 2006, 12:47 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16089 Sep 27, 2006, 12:48 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16085 Sep 27, 2006, 12:51 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16103 Sep 27, 2006, 1:09 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16134 Sep 27, 2006, 1:10 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16140 Sep 27, 2006, 1:12 PM
Thread; hot thread Re: [MJB] Help Getting Customizations Just Right
therelief 16116 Sep 27, 2006, 1:17 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 16051 Sep 27, 2006, 1:21 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 16033 Sep 28, 2006, 12:02 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 16071 Sep 28, 2006, 2:38 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 16084 Sep 28, 2006, 2:46 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 16070 Sep 28, 2006, 4:48 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 16028 Sep 28, 2006, 4:51 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 16049 Sep 28, 2006, 5:01 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 16116 Sep 29, 2006, 7:34 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 16002 Sep 29, 2006, 9:34 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 16015 Sep 29, 2006, 9:49 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15970 Sep 29, 2006, 10:05 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 16019 Sep 29, 2006, 10:17 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15998 Sep 29, 2006, 10:27 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 16008 Sep 29, 2006, 10:40 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 15977 Sep 29, 2006, 11:04 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 15922 Sep 29, 2006, 11:14 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 16133 Sep 29, 2006, 11:25 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 16030 Sep 29, 2006, 11:31 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 15939 Sep 29, 2006, 11:34 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17721 Sep 29, 2006, 11:57 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17738 Sep 29, 2006, 12:12 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17703 Sep 29, 2006, 5:27 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17732 Sep 29, 2006, 6:19 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17774 Sep 29, 2006, 7:23 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17723 Sep 29, 2006, 7:56 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 18072 Sep 30, 2006, 8:37 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17741 Sep 30, 2006, 8:56 AM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
therelief 17687 Sep 30, 2006, 9:02 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17706 Sep 30, 2006, 9:31 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17645 Sep 30, 2006, 9:46 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17734 Sep 30, 2006, 9:52 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17675 Sep 30, 2006, 9:55 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17739 Sep 30, 2006, 10:16 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17666 Sep 30, 2006, 10:22 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17677 Sep 30, 2006, 10:31 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17659 Sep 30, 2006, 10:36 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17797 Sep 30, 2006, 11:01 AM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17713 Sep 30, 2006, 11:21 AM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17672 Sep 30, 2006, 1:14 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17622 Sep 30, 2006, 1:20 PM
Thread; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17683 Sep 30, 2006, 1:23 PM
Thread; hot thread Re: [jdgamble] Help Getting Customizations Just Right
therelief 17562 Jan 2, 2007, 3:27 AM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
jdgamble 17417 Jul 18, 2007, 6:05 PM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16032 Sep 24, 2006, 2:56 PM
Post; hot thread Re: [therelief] Help Getting Customizations Just Right
MJB 16040 Sep 24, 2006, 2:35 PM