Beispiel #1
0
<input type="hidden" name="cbt" value="Regresa a Fototea" />
<input type="hidden" name="currency_code" value="EUR" />

<!-- Allow customer to enter desired quantity -->
<input type="hidden" name="quantity" value="1" />
<input type="hidden" name="item_name" value="Proyecto" />



<input type="hidden" name="shipping" value="0" />
<input type="hidden" name="invoice" value="<?php 
echo date("YdmHis");
?>
" />
<input type="hidden" name="amount" value="50" />
<input type="hidden" name="return" value="<?php 
echo FConfig::getUrl('shop/paypal/thankyou');
?>
"/>
<input type="hidden" name="cancel_return" value="<?php 
echo FConfig::getUrl('shop/paypal/cancelled');
?>
" />

<!-- Where to send the paypal IPN to. -->
<input type="hidden" name="notify_url" value="<?php 
echo FConfig::getUrl('actions/processAction.php');
?>
" />
<input type="submit" name="METHOD" value="Pay">
</form>
Beispiel #2
0
			
			
			
			<input type="hidden" name="shipping" value="0" />
			<input type="hidden" name="invoice" value="<?php 
echo date("YdmHis");
?>
" />
			<input type="hidden" name="amount" value="<?php 
echo $total;
?>
" />
			<input type="hidden" name="return" value="<?php 
echo FConfig::getUrl('proyectoFinalizar?id=') . $pro_id;
?>
"/>
			<input type="hidden" name="cancel_return" value="<?php 
echo FConfig::getUrl('confirmProyecto?id=') . $pro_id;
?>
" />
			
			<!-- Where to send the paypal IPN to. -->
			<input type="hidden" name="notify_url" value="<?php 
echo FConfig::getUrl('actions/processAction.php?p=') . $pro_id . '&of=' . $rs_oferta->id;
?>
" />
			<div class="btn_naranja"><a href="javascript:sendForm()">Pagar y Finalizar</a></div>
			</form>
		</div>
	</div>
</div>
Beispiel #3
0
                      <div id="msgSuccess" class="notification msgsuccess" style="display:none">
                        <a class="close"></a>
                        <p>Se agregó el cliente con éxito.</p>
                    </div><!-- notification msgsuccess -->
                    
                    <div id="msgAlert" class="notification msgalert" style="display:none">
                        <a class="close"></a>
                        <p>No se pudo agregar el cliente, por favor vuelva a intentar.</p>
                    </div><!-- notification msgalert -->
                    <br />
                    
                    <form id="form1" name="form1" class="stdform" method="post" action="" enctype="multipart/form-data">
                    	<p>
                        	<label>Imagen Actual:</label>
                            <span class="field"><img src="<?php 
echo FConfig::getUrl('banners/' . $rs_ban->img);
?>
" width="300" /></span>
                        </p>
                        <p>
                        	<label>Imagen:</label>
                            <span class="field"><input type="file" name="imagen" id="imagen" class="longinput" />
                            <br /> 
                            Dimensiones recomendadas: 2000px X 470px</span>
                        </p>
						 <p>
                        	<label>Titulo:</label>
                            <span class="field"><input type="text" name="titulo" id="titulo" value="<?php 
echo $rs_ban->titulo;
?>
"   class="longinput"/></span>
Beispiel #4
0
 */
?>

<div class="headerContainer">
    <div class="header">
        <div class="logo">
            <a href="<?php 
if ($session == true) {
    echo "miHome";
} else {
    echo "home";
}
?>
">
                <img alt="Fototea" src="<?php 
echo FConfig::getUrl('images/logo_fototea.png');
?>
" border="0" title="Fototea" height="39">
            </a>
        </div>
        <div class="containerMenuInicio">
            <div class="menuInicio"><a href="contratar">Contratar</a></div>
            <span>|</span>
            <div class="menuInicio"><a href="trabajar">Trabajar</a></div>
            <span>|</span>
            <div class="menuInicio"><a href="faq">FAQ</a></div>
        </div>
        <div class="containerLogin">
            <?php 
if ($session == false) {
    ?>
Beispiel #5
0
<div id="facebookBox">
<h2>Registro</h2> Ya tienes una cuenta? <a href="login" class="txtAzul bold">Entra</a>
      <div id="fb-root"></div>
      <script src="http://connect.facebook.net/en_US/all.js">
      </script>
      <script>
         FB.init({ 
            appId:'1439029029658789', cookie:true, 
            status:true, xfbml:true 
         });
      </script>
         <fb:registration
            fields="[
            {'name':'name'},
            {'name':'first_name'},
            {'name':'last_name'}, 
            {'name':'email'},
            {'name':'gender'},
            {'name':'birthday'},
            {'name':'password'},
            {'name':'user_type',    'description':'Tipo de usuario',             'type':'select',    'options':{'1':'Creativo','2':'Cliente'}},
            ]" redirect-uri="<?php 
echo FConfig::getUrl('actions/facebookAction.php');
?>
">
    </fb:registration>
</div>