Ejemplo n.º 1
0
							
						</div>
						<div class="portlet-body form">
                                                    <?php 
if (isset($_POST['submit3'])) {
    update_option("sticker2", mysql_real_escape_string($_POST['sticker2']));
}
?>
                                                    <form class="form-horizontal" method="post" action="" role="form">
								<div class="form-body">
									
									<div class="form-group">
										<label class="col-md-3 control-label">Sticker 2</label>
										<div class="col-md-9">
                                                                                    <textarea class="form-control" name="sticker2" rows="3"><?php 
echo the_option("sticker2");
?>
</textarea>
										</div>
									</div>
									
									
								
									
								</div>
								<div class="form-actions fluid">
									<div class="col-md-offset-3 col-md-9">
										<button type="submit" name="submit3" class="btn green">Submit</button>
										<button type="button" class="btn default" onclick="window.history.back()">Cancel</button>
									</div>
								</div>
Ejemplo n.º 2
0
?>

<!DOCTYPE html>


<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<!-- BEGIN HEAD -->

<head>
<meta charset="utf-8"/>
<title><?php 
echo the_option("website_title");
?>
 | Cms List</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="" name="description"/>
<meta content="" name="author"/>
<?php 
include "include/head.php";
?>
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&amp;subset=all" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="assets/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css"/>
<!-- END GLOBAL MANDATORY STYLES -->
Ejemplo n.º 3
0
									</div>
                                                                        <div class="form-group">
										<label class="col-md-3 control-label">Contact Number(Mobile)</label>
										<div class="col-md-9">
                                                                                    <input type="text" name="contact_number1" value="<?php 
the_option('contact_number1');
?>
" class="form-control"  required>
											
										</div>
									</div>
									<div class="form-group">
										<label class="col-md-3 control-label">Fax Number</label>
										<div class="col-md-9">
                                                                                    <input type="text" name="fax_number" value="<?php 
the_option('fax_number');
?>
" class="form-control"  required>
											
										</div>
									</div>
									
                                                                     
								</div>
								<div class="form-actions fluid">
									<div class="col-md-offset-3 col-md-9">
                                                                            <button type="submit" name="submit6" class="btn green">Submit</button>
										<button type="button" class="btn default">Cancel</button>
									</div>
								</div>
							</form>