Menu

[f1bb48]: / examples / phpMyEditHeader.php  Maximize  Restore  History

Download this file

30 lines (25 with data), 1.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Examples</title>
<link rel="shortcut icon" type="image/x-icon" href="../images/pme-icon.png" />
<link rel="stylesheet" href="../css/phpMyEdit.css" />
<link rel="stylesheet" href="phpMyEditExamples.css" type="text/css" />
<script type="text/javascript" src="../js/phpMyEdit.js"></script>
<style type="text/css">
/* override default vertical menu layout */
menu.pme-menu li {
display: inline-block;
}
menu.pme-menu li:not(:last-child) {
padding-right: 10px;
}
</style>
</head>
<body class='pme-main force-landscape'>
<?php include(dirname(__FILE__).'/menu.inc'); ?>
<h3 id='PME-pagetitle'>PME Header - Table name</h3>
<p class='portrait-alert'>Please use this application in landscape mode.</p>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.