[Subversion] / DadaFork / DADA / Template / templates / congrats_screen.tmpl  

View of /DadaFork/DADA/Template/templates/congrats_screen.tmpl

Parent Directory | Revision Log
Revision: 2253 - (download)
Wed Jan 10 14:34:26 2007 UTC (17 years, 3 months ago) by pje
File size: 2407 byte(s)
Base version: DadaMail 2.10.12
<!-- begin congrats_screen.tmpl -->

<form action="<!-- tmpl_var name="PROGRAM_URL" -->" method="post">
 
<!-- tmpl_if expr="ROOT_PASS_IS_ENCRYPTED != 1" -->
	 
	 <p class="error">
	  <strong>
	   Warning!
	  </strong>
	  Your <!-- tmpl_var name="PROGRAM_NAME" --> Root Password 
	  ($PROGRAM_ROOT_PASSWORD) has not been encrypted. Please consider 
	  encrypting your <!-- tmpl_var name="PROGRAM_NAME" --> Root 
	  Password as soon as possible.
	  <a href="<!-- tmpl_var name="PROGRAM_URL" -->?f=pass_gen" target="_blank">
	   Click here 
	  </a>
	  (link opens a new window) to encrypt a password, then return here 
	  and refresh/reload this page when complete. For more information, 
	  please consult the Config.pm documentation.
	 </p>
	 
<!-- /tmpl_if -->
 
 <h1>
  Congratulations, and welcome to <!-- tmpl_var name="PROGRAM_NAME" -->!
 </h1>
 <p>
  You installed <!-- tmpl_var name="PROGRAM_NAME" --> correctly. The next 
  thing to do is set up a list or two. Be sure you know your Root Password 
  before you begin making a new list.
 </p>
 <p>
  <strong>
   First, please read, understand and agree to the GNU Public License, and 
   agree not to use Dada Mail for unsolicited email (spam):
  </strong>
 </p>
 <p align="center">
  <div style="width:95%;height:150px;overflow:auto;border:1px solid black;padding:5px;margin:5px">
   <!-- tmpl_include name="gpl.tmpl" -->
  </div>
 </p>
 <p align="center">
  <div style="width:95%;height:150px;overflow:auto;border:1px solid black;padding:5px;margin:5px">
   <!-- tmpl_include name="no_spam.tmpl" -->
  </div>
 </p>
 
<!-- tmpl_if expr="agree eq 'no'" -->
	 
	 <p class="error">
	  <strong>
	   Please agree to the terms of the GPL License and 
	   the no-spam policy by checking the checkbox below:
	  </strong>
	 </p>
	 
<!-- /tmpl_if -->
 
 <p>
  <input type="checkbox" name="agree" value="yes" />
  I agree to the GPL license and no-spam conditions.
 </p>
 <input type="hidden" name="f" value="new_list" />


 <p>
  <label for="root_password">
   Root Password:
  </label>
  <br />
  
  <input type="password" name="root_password" id="root_password" maxlength="24" />
  
  <input type="submit" class="processing" value="Set Up a New List" />
 </p>



	 <!-- tmpl_if DISABLE_OUTSIDE_LOGINS --> 
	     <input type="hidden" name="auth_state" value="<!-- tmpl_var auth_state -->" /> 
	 <!--/tmpl_if--> 



</form>

<!-- end congrats_screen.tmpl -->

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help