Jump to content

Scrollable Menu Question


hostingames

Recommended Posts

hi,

 

who can help me would like the area of research can function a smaller and intregre in a picture and have more extentions prices in Scrollable menu

 

<form method="post" action="domainchecker.php">

<div class="feildset">

		<div class="col1">

			<div>
				<label>
				<span class="center">www.</span>
				<input type="text" name="domain" value="{$sld}" />
				</label>
			</div>	

			<div>
				<p class="center">{foreach key=num item=listtld from=$tldslist}
       <input type="checkbox" name="tlds[]" value="{$listtld}"{if in_array($listtld,$tlds)} checked{/if}>
         {$listtld}
       {if $num % 5 == 0}
       {/if}{/foreach}</p>
			</div>				

			  {if $capatacha}
		      {if $capatacha eq "recaptcha"}

		      <p class="center">{$LANG.captchaverify}</p>

		      <div class="center">{$recapatchahtml}</div>

		      {else}
		      <p class="center"><img src="includes/verifyimage.php" align="middle" /> <input type="text" name="code" class="capcha" /></p>
		      {/if}
		      {/if}	

							  <p class="center">
		    <input type="submit" id="Submit" value="{$LANG.domainlookupbutton}" class="button1 color1">
		  </p>


		</div>

</div>

</form>

{if $lookup}

{if $available}

		<div class="notice notice-success">
			<div class="inside">
				<p>{$LANG.domainavailable1} <strong>{$sld}{$ext}</strong> {$LANG.domainavailable2}</p>
			</div>
		</div>

{elseif $invalid}

		<div class="notice notice-error">
			<div class="inside">
				<p>{$LANG.ordererrordomaininvalid}</p>
			</div>
		</div>


{elseif $error}

		<div class="notice notice-error">
			<div class="inside">
				<p>{$LANG.domainerror}</p>
			</div>
		</div>

{else}

		<div class="notice notice-error">
			<div class="inside">
				<p>{$LANG.domainunavailable1} <strong>{$sld}{$ext}</strong> {$LANG.domainunavailable2}</p>
			</div>
		</div>

{/if}

{if !$invalid}

<div class="clear"> </div>

	<div class="bigheader">
		<h2>{$LANG.morechoices}</h2>
	</div><!-- .bigheader -->

<form method="post" action="{$systemsslurl}cart.php?a=add&domain=register">


<div class="table-responsive table-grey">
 <table>
   <tr>
     <th width="20"></td>
     <th>{$LANG.domainname}</th>
     <th>{$LANG.domainstatus}</th>
     <th>{$LANG.domainmoreinfo}</th>
   </tr>
   {foreach key=num item=result from=$availabilityresults}
   <tr>
     <td>{if $result.status eq "available"}
       <input type="checkbox" name="domains[]" value="{$result.domain}" {if $num eq "0" && $available}checked {/if}/>
       <input type="hidden" name="domainsregperiod[{$result.domain}]" value="{$result.period}" />
       {else}X{/if}</td>
     <td>{$result.domain}</td>
     <td class="{if $result.status eq "available"}textgreen{else}textred{/if}">{if $result.status eq "available"}{$LANG.domainavailable}{else}{$LANG.domainunavailable}{/if}</td>
     <td>{if $result.status eq "unavailable"}<a href="http://{$result.domain}" target="_blank">WWW</a> <a href="#" onclick="window.open('whois.php?domain={$result.domain}','whois','width=500,height=400,scrollbars=yes');return false">WHOIS</a>{else}
       <select name="domainsregperiod[{$result.domain}]">
         {foreach key=period item=regoption from=$result.regoptions}
         <option value="{$period}">{$period} {$LANG.orderyears} @ {$regoption.register}</option>
         {/foreach}
       </select>
       {/if}</td>
   </tr>
   {/foreach}
 </table>
 </div>


 <p class="center">
   <input type="submit" value="{$LANG.ordernowbutton} >>" class="button1 color2" />
 </p>
</form>
{/if}

{else}

<div class="clear"> </div>

	<div class="bigheader">
		<h2>{$LANG.domainspricing}</h2>
	</div><!-- .bigheader -->

<div class="table-responsive table-grey">
<table>
 <tr>
   <th>{$LANG.domaintld}</th>
   <th>{$LANG.domainminyears}</th>
   <th>{$LANG.domainsregister}</th>
   <th>{$LANG.domainstransfer}</th>
   <th>{$LANG.domainsrenew}</th>
 </tr>
 {foreach key=num item=tldpricelist from=$tldpricelist}
 <tr>
   <td>{$tldpricelist.tld}</td>
   <td>{$tldpricelist.period}</td>
   <td>{if $tldpricelist.register}{$tldpricelist.register}{else}{$LANG.domainregnotavailable}{/if}</td>
   <td>{if $tldpricelist.transfer}{$tldpricelist.transfer}{else}{$LANG.domainregnotavailable}{/if}</td>
   <td>{if $tldpricelist.renew}{$tldpricelist.renew}{else}{$LANG.domainregnotavailable}{/if}</td>
 </tr>
 {/foreach}
</table>
</div>
{/if}

 

 

thank you

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated