Hi All,
Correct me if I'm wrong but it looks like Benjamin Netanyahu (running for Israeli Prime Minister) used CMSMS to create his web site:
http://www.netanyahu.org.il/
See the login area source - CMSMS's - URL/admin/
Looks like Netanyahu used CMSMS for his election site
Looks like Netanyahu used CMSMS for his election site
Last edited by afri-can on Mon Nov 17, 2008 7:53 pm, edited 1 time in total.
Re: Looks like Netanyahu used CMSMS for his election site
I was skeptical at first, but it does indeed have the CMSMS-style page generation times (example pasted below) at the bottom of the source. And the Admin login page looks very familiar...
Re: Looks like Netanyahu used CMSMS for his election site
yes: http://www.netanyahu.org.il/admin/theme ... s/logo.gifafri-can wrote: Correct me if I'm wrong but it looks like Benjamin Netanyahu (running for Israeli Prime Minister) used CMSMS to create his web site:
Alby
Re: Looks like Netanyahu used CMSMS for his election site
What I saw first was the Styles used in the Login page
and the head of the page is the same all the way until the title tag
Code: Select all
<div class="lbfields">
<div class="lbfieldstext">
<p class="lbuser">Username:</p>
<p class="lbpass">Password:</p>
</div>
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>CMS Login</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<__script__ src="themes/default/includes/standard.js" type="text/javascript"></__script>
<link rel="stylesheet" type="text/css" media="screen, projection" href="loginstyle.php" />
<base href="http://www.netanyahu.org.il/admin/" />
</head>
</__body>
<div class="lball">
<div id="loginbox" class="lblayout lbcontainer">