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

View of /DadaFork/DADA/Template/templates/send_url_email_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: 6060 byte(s)
Base version: DadaMail 2.10.12
<!-- begin send_url_screen.tmpl -->

<form name="send_email" action="<!-- tmpl_var name="S_PROGRAM_URL" -->" method="post">
 
<!-- tmpl_unless can_use_mime_lite_html -->
	 
	 <div class="disabled">
	  <p class="error">
	   Disabled. The 'MIME::Lite::HTML' Perl Library needs to be installed, or is missing required components. More information below:
	   
	  </p>
	  
	  <pre> 
<!-- tmpl_var mime_lite_html_error -->
	  </pre> 
	  
	  
	 </div>
	 
<!-- tmpl_else-->
	 
	 <!-- tmpl_unless can_use_lwp_simple -->


		  <div class="disabled">
		  <p class="error">
		   Disabled. The 'LWP' Perl Library needs to be installed. More information below: 
		  </p>
		  
		  <pre> 
<!-- tmpl_var lwp_simple_error --> 
		  </pre> 
		  
		  
		 </div>
		 
			<!-- tmpl_else-->

        <!-- tmpl_if group_list --> 
            <p class="positive">Discussion List Support is enabled and Discussion List preferences will be honored.
        <!--/tmpl_if--> 

		
		
	
		 <p>
		  <label for="message_subject">
		   Message Subject:
		  </label>
		  <br />
		  <input type="text" name="message_subject" id="message_subject" value="<!-- tmpl_var name="list_name" escape="HTML" --> Message" class="full" />
		 </p>
		 
		 <h2>
		  HTML Verson (Your Webpage)
		 </h2>
		 
		 <p>
		  <input type="radio" name="content_from" id="content_from_url" value="url" checked="checked" />
			  <label for="content_from_url">
		   Grab content from this webpage address (URL):
		  </label>
		  <br />
		  <input type="text" name="url" id="url" class="full" value="http://" />
		 </p>
		 
		 <p>
		  <input type="radio" name="content_from" id="content_from_textarea" value="content_from_textarea" />
			  <label for="content_from_textarea">
			   Use the following HTML as content:
			  </label>
		  <br />
		  
		  <!-- tmpl_if FCKEDITOR_URL --> 

			 <script type="text/javascript">
  var oFCKeditor = new FCKeditor( 'html_message_body' ) ;
  <!-- tmpl_include FCKeditor_default_js_options.tmpl -->
  oFCKeditor.Create() ;

</script>

	 <!--tmpl_else--> 

		  		<textarea name="html_message_body" cols="<!-- tmpl_var name="cols" -->" rows="<!-- tmpl_var name="rows" -->"  style="<!-- tmpl_var name="text_area_style" -->" id="html_message_body"></textarea>
		<!--/tmpl_if--> 
 
		 
		 </p>
			 
		 <h2>
		  Plain Text Version:
		 </h2>
		 
		 <p>
		  <input type="radio" name="auto_create_plaintext" id="auto_create_plaintext" value="1" checked="checked" />
		  <label for="auto_create_plaintext">
		   Create a plain text version automatically
		  </label>
		  <br />
		  <em>
		   Will NOT work if you use a username/password or proxy.
		  </em>
		 </p>
		 <p>
		  <input type="radio" name="auto_create_plaintext" id="no_auto_create_plaintext" value="0" />
		  <label for="no_auto_create_plaintext">
		   Use the text below as the plain text version:
		  </label>
		 </p>
		 <p>
		  <textarea name="text_message_body" cols="<!-- tmpl_var name="cols" -->" rows="<!-- tmpl_var name="rows" -->"  style="<!-- tmpl_var name="text_area_style" -->">This email message requires that your mail reader support HTML.</textarea>
		 </p>
		 <input type="hidden" name="f" value="send_url_email" />
		 <hr />
		 
		 <!-- tmpl_include name="global_list_sending_picker_widget.tmpl" -->
		 
			 <p>
		  <strong>
		   <a href="#" onclick="toggleDisplay('adv');return false;">
			Show/Hide Advanced Options...
		   </a>
		  </strong>
		 </p>
		 <!-- "display:none" below is controlled by toggleDisplay('adv') -->
		 <table class="simplebox" id="adv" style="display:none">
		  <tr>
		   <td>
			<p>
			 <strong>
			  Images in this Webpage Should:
			 </strong>
			</p>
		   </td>
		   <td>
			<p>
			 <input type="radio" name="url_options" id="extern" value="extern" checked="checked" />
			  <label for="extern">
			   have their URLs changed to absolute
			 </label> 
			 
			 
			 <!-- DEV as far as I can tell, this option doesn't work!
			 -js
			 
			 <br />
			 <input type="radio" name="url_options" value="location" />
			 be embedded in the message itself, using the 'Content-Location' header
			 
			 --> 
			 
			 
			 <br />
			 <input type="radio" name="url_options" value="cid" id="cid" />
			  <label for="cid">
			   be embedded in the message itself. 
			 </label>
			 
		<!-- tmpl_unless can_display_attachments --> 
				 
				 <br />
				 <p class="error"> 
				  Warning: your current Archive backend does not support archiving messages with embedded images.
				  When viewed, these archived messages may be missing images or formatted incorrectly.
				 </p>
				 
		<!--/tmpl_unless--> 
			 
			</p>
		   </td>
		  </tr>
		  <tr>
		   <td colspan="2">
			<table align="center" class="simplebox">
			 <tr>
			  <td>
			   <p>
				<strong>
				 Restricted URL Information
				</strong>
				   </p>
				  </td>
				  <td>
			   <p>
				(
				<em>
				 optional
				</em>
				)
			   </p>
			  </td>
			 </tr>
			 <tr>
			  <td>
			   <p align="right">
				<strong>
				 username:
				</strong>
			   </p>
			  </td>
			  <td>
			   <p>
				<input type="text" name="url_username" />
			   </p>
			  </td>
			 </tr>
			 <tr>
			  <td>
			   <p align="right">
				<strong>
				 password:
				</strong>
			   </p>
			  </td>
			  <td>
			   <p>
				<input type="password" name="url_password" />
			   </p>
			  </td>
			 </tr>
			 <tr>
			  <td>
			   <p align="right">
				<strong>
				 proxy:
				</strong>
			   </p>
			  </td>
			  <td>
			   <p>
				<input type="password" name="proxy" />
			   </p>
			  </td>
			 </tr>
			</table>
		   </td>
		  </tr>
		 </table>
		 <hr />
		 
		<!-- tmpl_if archive_messages -->
			 
			 <!-- tmpl_include send_email_archive_options_widget.tmpl -->
			 <hr />
			 
		<!--/tmpl_if-->
		 
		 <!-- tmpl_include name="send_a_list_message_button_widget.tmpl" -->
		 
	<!-- /tmpl_unless -->
 
<!-- /tmpl_unless -->

</form> 

<!-- tmpl_if SHOW_HELP_LINKS -->
	
	<div id="help_link">
	 <a href="<!-- tmpl_var HELP_LINKS_URL -->/send_url_email.html" target="_blank">
	  [?] Send a Webpage
	 </a>
	</div>
	
<!-- /tmpl_if -->

<!-- end send_url_screen.tmpl -->

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help