Example #1
0
$errors = $sf_request->getErrors();
if (!$msg) {
    ?>
	<h1 class="title1">Unsubscribe from our newsletter</h1>
	<span class="error_msg">
	<?php 
    foreach ($errors as $er) {
        echo $er . "<br>";
    }
    ?>
	</span>
	<div class="left_column_newsletter">
		<h1></h1>
		<form action="<?php 
    echo $resultPageHref;
    ?>
" method="post" id="form_unsubscribe" name="form_unsubscribe">
			<p>
				<?php 
    echo frontend_input("unsubscribeMail", "E-mail", array("class" => "left_column_newsletter_input", "onfocus" => "if(this.value == 'E-mail') this.value=''"));
    ?>
				&nbsp;<img align="absmiddle" style="cursor: pointer; cursor: hand;" src="images/button_unsubscribe.gif" onclick="document.getElementById('form_unsubscribe').submit();" />
			</p>
		</form>
	</div>
<?php 
} else {
    ?>
	<?php 
    echo $msg;
}
Example #2
0
					<?php 
    echo frontend_input('office_of_origin', $trademark, array(), 'getOfficeOfOrigin');
    ?>
					<?php 
    //<input type="text" id="office_of_origin" name="office_of_origin" readonly value="BG">
    ?>
					<label for="designated_contracting_party">Държави в които е в сила:* </label>
					<?php 
    echo frontend_input('designated_contracting_party', $trademark, array(), 'getDesignatedContractingParty');
    ?>
					<label for="status">Статус: </label>
					<?php 
    //<input type="text" id="status" name="status" readonly value="Registered">
    ?>
                    <?php 
    echo frontend_input('status', $trademark, array(), 'getStatus');
    ?>
  
				</div>
			</div>
		</div>
		<div class="qfAddCtrls">
			<!-- <span class="hideFmPart">Скрий допълнителните полета</span> -->
		</div>
		<div class="qfFmCtrls">
			<input type="submit" value="Запиши" name="submit" class="qfSubmitBtn">
		</div>
		<div></div>
	</div>
	</form>
</div>
Example #3
0
echo frontend_input("field-ExpiresOn");
?>
					
					<label for="name5">Държави в които е в сила: </label>
					<?php 
echo frontend_select("field-DesignatedContractingParty", null, array("" => "Моля изберете") + $countries);
?>
					
					<label for="name5">Статус: </label>
					<?php 
echo frontend_input("field-Status");
?>
					
					<label for="name5">Дата на регистриране: </label>
					<?php 
echo frontend_input("field-RegistrationDate", null, array("readonly" => "readonly"));
?>
					
				</div>
			</div>
		</div>
		<div class="qfAddCtrls">
			<span class="hideFmPart">Скрий допълнителните полета</span>
		</div>
		<div class="qfFmCtrls">
			<a href="search-results.html"><input type="submit" value="Търси" class="qfSubmitBtn" onclick="$('#webSearch').submit();"></a>
		</div>
		<div></div>
		<?php 
echo frontend_hidden("submitted", "submitted");
?>
Example #4
0
<div class="qfContainerBlock qfMainBody">
	<div class="qfEntryContent">
		<div class="loginContainer">
			<div id="flashMsg"></div>
			<form method="post" name="" action="">
				<div class="qfFmMinHeading"><h2>Потребителски вход</h2></div>
				<label for="name1">Име: </label>
				<?php 
echo frontend_input("login", null, array("class" => "twikiInputField twikiFocus", "id" => "name1"));
?>
				<label for="name2">Парола: </label>
				<input type="password" id="name2" value="" name="password">
				<div class="qfFmCtrls">
					<a href=""><input class="qfSubmitBtn" type="submit" value="Влез"></a>
				</div>
			</form>
		</div>
	</div>
</div>

Example #5
0
$culture = $sf_user->getCulture();
$loginLabel = UtilsHelper::Localize("user.frontend.Login-label", $culture);
$loginPass = UtilsHelper::Localize("user.frontend.Login-pass", $culture);
$loginEnter = UtilsHelper::Localize("user.frontend.Enter", $culture);
?>
	
	<form method="post" name="" action="">
		<span class="twikiActionFormStepSign">►</span>
		<b><?php 
echo $loginLabel;
?>
</b>
		<p>
			<?php 
echo frontend_input("login", null, array("class" => "twikiInputField twikiFocus", "size" => "40"));
?>
			</p><p>
		</p>
		<span class="twikiActionFormStepSign">►</span>
		<b><?php 
echo $loginPass;
?>
</b>
		<p>
			<input type="password" value="" name="password" size="40" class="twikiInputField"> 
			</p><p>
		</p>
		<input type="submit" value="<?php 
echo $loginEnter;
?>
Example #6
0
<div class="head_field">
	<img src="/images/layout/login_icon.png" class="icon">
	<div class="tab_head">
<h1>Reset password</h1>
</div>
	<div class="holder_dark">
	<div class="login_holder">
	
<form action="" method="post">
<table cellpadding="3" cellspacing="0" border="0">
	<tr>
		<th>Email</th>
		<td>
			<?php 
echo frontend_input("resetpassword", "e-mail", array("class" => "edit", "size" => "20", "onfocus" => "if(this.value=='e-mail'){this.value = '';}"));
?>
		</td>
	</tr>
	<tr>
		<td colspan="2" align="right"><input type="submit" value="Reset" class="common_btn" /></td>
	</tr>
	</table>
</form>



	</div>
	</div>
</div>
<div class="h10"></div>
Example #7
0
<div class="right_column_newsletter">
	<h1>Newsletter</h1>
	
	<form action="<?php 
echo $resultPageHref;
?>
" method="post" id="form_subscribe" name="form_subscribe">
		<p>
			<?php 
echo frontend_input("newsletter_email", "E-mail", array("class" => "right_column_newsletter_input", "onfocus" => "if(this.value == 'E-mail') this.value=''"));
?>
			<img align="absmiddle" style="cursor: pointer; cursor: hand;" src="images/button_buletin.gif" onclick="document.getElementById('form_subscribe').submit();" />
		</p>
	</form>
</div>
Example #8
0
            
    		<div class="field">
    			<label>Service Request <span class="obligated">*</span></label> 
            	<?php 
    echo frontend_select("service", null, Lists::getListitemsForSelect("requests", array("" => "Quote")), array("class" => "serv"));
    ?>
    		</div>
    		
    		<div class="field">
    			<label></label><img src="/user/captcha">
    		</div>
    		    
    		<div class="field">
    			<label>Security </label>
    			<?php 
    echo frontend_input("captcha", null, array('class' => 'small'));
    ?>
           		<p style="margin-left:125px">Please, do smth that will prove you are not a robot</p>
    		</div>              
    	
    		<input type='hidden' value='submitted' name="submitted"/>
       		<p class="no-border"><a class="button-cont" title="#" href="#" onclick="$('#quote_form').submit();"><span>Send the Quote</span></a></p>
        
        <?php 
} else {
    ?>
        
	        <h3>Thank You</h3>
	      	<p>Your Quote was successfully sent.</p>
	       	<p>You will recieve an answer shortly</p><br>
	       	
Example #9
0
					<?php 
    echo frontend_input('office_of_origin', $brand, array(), 'getOfficeOfOrigin');
    ?>
					<?php 
    //<input type="text" id="office_of_origin" name="office_of_origin" readonly value="BG">
    ?>
					<label for="designated_contracting_party">Държави в които е в сила:* </label>
					<?php 
    echo frontend_input('designated_contracting_party', $brand, array(), 'getDesignatedContractingParty');
    ?>
					<label for="status">Статус: </label>
					<?php 
    //<input type="text" id="status" name="status" readonly value="Registered">
    ?>
                    <?php 
    echo frontend_input('status', $brand, array(), 'getStatus');
    ?>
  
				</div>
			</div>
		</div>
		<div class="qfAddCtrls">
			<!-- <span class="hideFmPart">Скрий допълнителните полета</span> -->
		</div>
		<div class="qfFmCtrls">
			<input type="submit" value="Запиши" name="submit" class="qfSubmitBtn">
		</div>
		<div></div>
	</div>
	</form>
</div>
Example #10
0
			<div class="field">
				<label>Exp date<span class="obligated">*</span></label>
				<?php 
    $current_year = date("Y");
    $years = array("" => "---- Year ----");
    for ($i = 0; $i < 12; $i++) {
        $years[$current_year + $i] = $current_year + $i;
    }
    echo frontend_select("exp_month", null, array("" => "---- Month ----", "01" => "Jan", "02" => "Feb", "03" => "Mar", "04" => "Apr", "05" => "May", "06" => "Jun", "07" => "Jul", "09" => "Aug", "10" => "Sept", "11" => "Oct", "12" => "Dec"));
    echo frontend_select("exp_year", null, $years);
    ?>
			</div>                   
			<div class="field">
				<label>CCV<span class="obligated">*</span></label>
				<?php 
    echo frontend_input("x_card_code", null, array('class' => 'medium'));
    ?>
				<p class="extra inform">Look for a three-digit, non-embossed number printed on the signature panel on the back of your card.It immediately follows your account number</p>
			</div>                  
			<div class="field">    
				<div class="terms">
					<div>
						<h1>Terms of use</h1>
						<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
						Why do we use it?</p>
						<p>
						It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
						<p>Where does it come from?
						Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
						</p>
					</div>
Example #11
0
					<?php 
    echo frontend_input('application_date', $obj, array('class' => 'qfDatePick', 'id' => 'datepicker'), 'getApplicationDate');
    ?>
				</div>
				<div class="qfTwoCol qfTwoCol02">
					<label for="expires_on">Срок: </label>
					<?php 
    echo frontend_input('expires_on', $obj, array('class' => 'qfDatePick', 'id' => 'datepicker3'), 'getExpiresOn');
    ?>
					<label for="designated_contracting_party">Държави в които е в сила: </label>
					<?php 
    echo frontend_input('designated_contracting_party', $obj, array(), 'getDesignatedContractingParty');
    ?>
					<label for="registration_date">Дата на регистриране: </label>
					<?php 
    echo frontend_input('registration_date', $obj, array('class' => 'qfDatePick', 'id' => 'datepicker2'), 'getRegistrationDate');
    ?>
				</div>
			</div>
		</div>
		<!-- <div class="qfAddCtrls">
			<span class="hideFmPart">Скрий допълнителните полета</span>
		</div> -->
		<div class="qfFmCtrls">
			<input type="submit" name="submit" value="Запиши" class="qfSubmitBtn">
		</div>
		<div></div>
		</form>
	</div>
</div>
Example #12
0
		<?php 
    if (!$user) {
        ?>
		<tr>
			<td width="170" align="right" valign="top"><strong>Verification code <span>*</span></strong></td>
			<td>
				<table border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td style="padding:0 !important;">
						<img src="/user/captcha"/>
						</td>

						<td>
							<?php 
        echo frontend_input('captcha_code', '', array('style' => 'width:85px; height:37px; text-align:center; font-size:28px;' . $errcaptcha_code, 'size' => '16', 'required' => 'true', 'onfocus' => ' validateEditForm()'));
        ?>
						</td>
					</tr>
				</table>
			</td>
		</tr>
		<tr style='<?php 
        echo $errterms;
        ?>
'>
			<td>&nbsp;</td>
			<td align="left">
				<input type="checkbox" style="width:auto;height:auto;background:none;border:none;" name="terms" align="middle" <?php 
        if ($sf_params->get('terms') == "1") {
            echo "checked";