????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.217.114 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.notes-online.se/login/login/en/ |
Upload File : |
<?php
session_start();
if( (trim($_SESSION['NOTES_SSO_INFO'])=='' )){
header('location: http://www.notes-online.se/en/loggain.php');
}
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Notes Online - För tillsyn och besiktning</title>
<script type="text/javascript">
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
<?php
if($_GET['message'] != ""){
echo(" alert('".$_GET['message']."')");
}
?>
function calc(){
var container = document.getElementById("offert");
var period = document.getElementById("period");
var antal = document.getElementById("antal");
var f1 = document.getElementById("f1");
var f2 = document.getElementById("f2");
var f3 = document.getElementById("f3");
var f4 = document.getElementById("f4");
var f5 = document.getElementById("f5");
var f6 = document.getElementById("f6");
var f7 = document.getElementById("f7");
var forms = document.getElementById("forms");
var symbols = document.getElementById("symbols");
var str= "Chosen time period: "+period.value+" month(s).<br>Number of users: "+antal.value+"<br>";
var kostnad = 0;
var kostnader = "";
kostnad = (period.value*antal.value)*16.5;
kostnader = "<br>Start fee: <del>$235</del> x "+antal.value+" = "+antal.value*0+" kr<br> Subscription fee $16.5 x "+antal.value+" user(s) x "+period.value+ " month(s): $"+ antal.value*period.value*16.5+"<br><br> Features:<br>";
if(f1.checked == 1){
kostnad += (period.value*antal.value)*0 ;
var pris = 0;
kostnader += "- Pen <br>";
}
if(f2.checked == 1){
kostnad += (period.value*antal.value)*0 ;
var pris = 0;
kostnader += "- Highlighter <br>";
}
if(f3.checked == 1){
kostnad += (period.value*antal.value)*0 ;
var pris = 0;
kostnader += "- Straight Lines<br>";
}
if(f4.checked == 1){
kostnad += (period.value*antal.value)*0;
var pris = 0;
kostnader += "- Ruler<br>";
}
if(f5.checked == 1){
kostnad += (period.value*antal.value)*0 ;
var pris = 0;
kostnader += "- Areas <br>";
}
if(f6.checked == 1){
kostnad += (period.value*antal.value)*0 ;
var pris = 0;
kostnader += "- Text <br>";
}
if(f7.checked == 1){
kostnad += (period.value*antal.value)*0 ;
var pris = 0;
kostnader += "- Camera<br>";
}
if(forms.checked == 1){
kostnader += "- Forms<br>";
}
if(symbols.checked == 1){
kostnader += "- Symbols<br>";
}
var pris = "<br>Cost for the entire period: $" +kostnad;
container.innerHTML = str +kostnader+ pris;
}
function validateForm()
{
var accept = document.getElementById("accept");
if(accept.checked != 1 ){
alert("You have to accept the conditions and accept the quote!");
return false;
}
}
</script>
<style type="text/css">
.Text10Black {
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
font-style: normal;
}
.Text14Gray {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
color: #929292;
text-align: left;
}
#astacus_menu {
position:fixed;
left:0px;
top:0px;
width: 100%;
height:45px;
z-index:100;
}
#astacus_menu table tr td {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}
#apDiv1 {
position:absolute;
left:1064px;
top:795px;
width:124px;
height:132px;
z-index:1;
}
</style>
<link REL="SHORTCUT ICON" HREF="../../favicon.ico">
<style type="text/css">
.Text14Black { font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
color: #000000;
text-align: left;
}
.e10 { font-size: 10px;
}
</style>
</head>
<body onload="MM_preloadImages('../../images/meny1b.jpg','../../images/mwny3b.jpg','../../images/meny4b.jpg','../../images/astacus-power1.jpg');calc()" topmargin="0" marginheight="0">
<div id="astacus_menu">
<table width="100%" height="45" border="0" cellspacing="0" cellpadding="0" background="http://www.astacus.se/top_banner/background.png">
<tr >
<td><table width="970" height="23" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="133" ><a href="http://www.astacus.se/index.php?page=start&from=notes"><img src="http://www.astacus.se/top_banner/logga.png" width="99" height="21" border="0"></a><span style="color:#ffffff"><a href="#" style="text-decoration:none; color:#ffffff"> </a></span></td>
<td width="717" valign="bottom" ><table width="595" height="20" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span style="color:#ffffff; font-family: Arial, Helvetica, sans-serif;"><a href="http://www.astacus.se/index.php?page=nyheter&from=notes" target="_blank" style="text-decoration:none; color:#ffffff">News</a> <a href="#" style="text-decoration:none; color:#ffffff"> </a>|<a href="#" style="text-decoration:none; color:#000"> </a> <a href="http://www.astacus.se/index.php?page=start&from=notes" target="_blank" style="text-decoration:none; color:#ffffff">Business areas</a> <a href="#" style="text-decoration:none; color:#ffffff"> </a>|<a href="#" style="text-decoration:none; color:#000"> </a> <a href="http://www.astacus.se/index.php?page=referenser&from=notes" target="_blank" style="text-decoration:none; color:#ffffff">Customers</a> <a href="#" style="text-decoration:none; color:#ffffff"> </a>|<a href="#" style="text-decoration:none; color:#000"> </a> <a href="http://www.astacus.se/index.php?page=astacus&from=notes" target="_blank" style="text-decoration:none; color:#ffffff">About Astacus</a> <a href="#" style="text-decoration:none; color:#ffffff"> </a>|<a href="#" style="text-decoration:none; color:#000"> </a><a href="http://www.astacus.se/index.php?page=kontakt&from=notes" target="_blank" style="text-decoration:none; color:#ffffff">Contact us </a></span></td>
</tr>
</table></td>
</tr>
<tr>
<td height="5" colspan="2" ></td>
</tr>
</table></td>
</tr>
</table>
</div>
<br />
<br>
<table width="1100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="32" rowspan="2" valign="top"><img src="../../images/skugga_left.jpg" width="32" height="572" /></td>
<td width="1135" height="89" valign="top"><table width="985" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="754"><br />
<a href="index.php"><img src="../../images/supervision_loggo.jpg" alt="" width="308" height="74" hspace="0" vspace="0" border="0" /></a></td>
<td width="232" align="right" valign="bottom"><span class="Text14Gray">Application: <?php echo( $_SESSION['NOTES_SSO_INFO'][4]);?></span><br /></td>
</tr>
<tr>
<td colspan="2"><a href="../index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','../../images/meny1b.jpg',1)"><img src="../../images/meny1a.jpg" name="Image1" width="121" height="36" border="0" id="Image1" /></a><img src="../../images/meny_l.jpg" alt="" width="1" height="36" /><img src="../../images/meny_l.jpg" width="1" height="36" /><img src="../../images/meny_pass.jpg" width="749" height="36" /><img src="../../images/meny_l.jpg" width="1" height="36" /><a href="../../loggain.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','../../images/meny4bb.jpg',1)"><img src="../../images/meny4aa.jpg" name="Image4" width="111" height="36" border="0" id="Image4" /></a></td>
</tr>
</table></td>
<td width="33" rowspan="2" valign="top"><img src="../../images/skugga_right.jpg" width="32" height="572" /></td>
</tr>
<tr>
<td valign="top"><table width="985" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="Text16Gray"><br />
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="322" align="left" class="Text14Black"><h1><a href="index.php"><img src="../../images/BC back-Button.png" alt="" width="74" height="74" border="0" /></a></h1></td>
<td width="578" align="right"> </td>
</tr>
</table>
<img src="../../images/h_line.jpg" alt="" width="984" height="23" /> <br />
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" class="Text14Black"><h1>Subscribe</h1>
<p class="Text14Gray">In order to have access to all of the features in Notes Online, e.g., to export data, you need to have a subscription. When you setup your own subscription with us you can choose between different invoice periods.<br />
</p>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr class="Text14Black">
<td width="212">Start fee: <del> $ 235 / account</del></td>
<td width="388">(No start fee in 2013)</td>
</tr>
</table>
<br />
<br />
<form id="form1" name="form1" method="post" action="../faktura_pre.php" onsubmit="return validateForm()">
<table width="837" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="160">Chose subscription period: </td>
<td width="677"><select name="period" id="period" onchange="calc();">
<option value="1">1</option>
<option value="3">3</option>
<option value="6">6</option>
<option value="12" selected="selected">12</option>
<option value="18">18</option>
<option value="36">36</option>
</select>
months</td>
</tr>
<tr>
<td>Choose the number of subscriptions: </td>
<td><select name="antal" id="antal" onchange="calc();">
<option value="1" selected="selected">1</option>
<option value="2">2</option>
<option value="3" >3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
</select>
simultaneous users at $16.5 per user.</td>
</tr>
<tr>
<td>Start date:</td>
<td><label for="year"></label>
<select name="month" id="month">
<option value="01" <?php if(date("m") == 1){echo('selected="selected"');}?>>01</option>
<option value="02 <?php if(date("m") == 2){echo('selected="selected"');}?>" >02</option>
<option value="03" <?php if(date("m") == 3){echo('selected="selected"');}?>>03</option>
<option value="04" <?php if(date("m") == 4){echo('selected="selected"');}?>>04</option>
<option value="05" <?php if(date("m") == 5){echo('selected="selected"');}?>>05</option>
<option value="06" <?php if(date("m") == 6){echo('selected="selected"');}?>>06</option>
<option value="07" <?php if(date("m") == 7){echo('selected="selected"');}?>>07</option>
<option value="08" <?php if(date("m") == 8){echo('selected="selected"');}?>>08</option>
<option value="09" <?php if(date("m") == 9){echo('selected="selected"');}?>>09</option>
<option value="10" <?php if(date("m") == 10){echo('selected="selected"');}?>>10</option>
<option value="11" <?php if(date("m") == 11){echo('selected="selected"');}?>>11</option>
<option value="12" <?php if(date("m") == 12){echo('selected="selected"');}?>>12</option>
</select>
<select name="day" id="day">
<option value="01" <?php if(date("d") == 1){echo('selected="selected"');}?>>01</option>
<option value="02" <?php if(date("d") == 2){echo('selected="selected"');}?>>02</option>
<option value="03" <?php if(date("d") == 3){echo('selected="selected"');}?>>03</option>
<option value="04" <?php if(date("d") == 4){echo('selected="selected"');}?>>04</option>
<option value="05" <?php if(date("d") == 5){echo('selected="selected"');}?>>05</option>
<option value="06" <?php if(date("d") == 6){echo('selected="selected"');}?>>06</option>
<option value="07" <?php if(date("d") == 7){echo('selected="selected"');}?>>07</option>
<option value="08" <?php if(date("d") == 8){echo('selected="selected"');}?>>08</option>
<option value="09" <?php if(date("d") == 9){echo('selected="selected"');}?>>09</option>
<option value="10" <?php if(date("d") == 10){echo('selected="selected"');}?>>10</option>
<option value="11" <?php if(date("d") == 11){echo('selected="selected"');}?>>11</option>
<option value="12" <?php if(date("d") == 12){echo('selected="selected"');}?>>12</option>
<option value="13" <?php if(date("d") == 13){echo('selected="selected"');}?>>13</option>
<option value="14" <?php if(date("d") == 14){echo('selected="selected"');}?>>14</option>
<option value="15" <?php if(date("d") == 15){echo('selected="selected"');}?>>15</option>
<option value="16" <?php if(date("d") == 16){echo('selected="selected"');}?>>16</option>
<option value="17" <?php if(date("d") == 17){echo('selected="selected"');}?>>17</option>
<option value="18" <?php if(date("d") == 18){echo('selected="selected"');}?>>18</option>
<option value="19" <?php if(date("d") == 19){echo('selected="selected"');}?>>19</option>
<option value="20" <?php if(date("d") == 20){echo('selected="selected"');}?>>20</option>
<option value="21" <?php if(date("d") == 21){echo('selected="selected"');}?>>21</option>
<option value="22" <?php if(date("d") == 22){echo('selected="selected"');}?>>22</option>
<option value="23" <?php if(date("d") == 23){echo('selected="selected"');}?>>23</option>
<option value="24" <?php if(date("d") == 24){echo('selected="selected"');}?>>24</option>
<option value="25" <?php if(date("d") == 25){echo('selected="selected"');}?>>25</option>
<option value="26" <?php if(date("d") == 26){echo('selected="selected"');}?>>26</option>
<option value="27" <?php if(date("d") == 27){echo('selected="selected"');}?>>27</option>
<option value="28" <?php if(date("d") == 28){echo('selected="selected"');}?>>28</option>
<option value="29" <?php if(date("d") == 29){echo('selected="selected"');}?>>29</option>
<option value="30" <?php if(date("d") == 30){echo('selected="selected"');}?>>30</option>
<option value="31" <?php if(date("d") == 31){echo('selected="selected"');}?>>31</option>
</select>
<select name="year" id="year">
<option value="2012" <?php if(date("Y") == 2012){echo('selected="selected"');}?>>2012</option>
<option value="2013" <?php if(date("Y") == 2013){echo('selected="selected"');}?>>2013</option>
<option value="2014" <?php if(date("Y") == 2014){echo('selected="selected"');}?>>2014</option>
<option value="2015" <?php if(date("Y") == 2015){echo('selected="selected"');}?>>2015</option>
<option value="2016" <?php if(date("Y") == 2016){echo('selected="selected"');}?>>2016</option>
</select></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td valign="top"> Options:<br />
<br />
<span class="e10">(All options are included in the monthly fee. If you like, you can disiable options for your account.)</span></td>
<td><table width="677" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="53"><img src="../../images/icon_draw.png" width="40" height="38" /></td>
<td width="346" class="Text10Black">Write and draw with a pen.<br /></td>
<td width="278"><input name="f1" type="checkbox" id="f1" onchange="calc();" value="1" checked="checked"/>
$0 / month per user</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="../../images/icon_mark.png" alt="" width="40" height="38" /></td>
<td class="Text10Black">Works the same way as the pen but is transparent </td>
<td><input name="f2" type="checkbox" id="f2" onchange="calc();" value="1" checked="checked"/>
$0 / month per user</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="../../images/icon_line.png" alt="" width="40" height="38" /></td>
<td class="Text10Black">Draw lines that can be changed in length <br /></td>
<td><input name="f3" type="checkbox" id="f3" onchange="calc();" value="1" checked="checked"/>
$0 / month per user</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="../../images/icon_ruler.png" alt="" width="40" height="38" /></td>
<td><span class="Text10Black">Measure distance and change scale in a drawing </span></td>
<td><input name="f4" type="checkbox" id="f4" onchange="calc();" value="1" checked="checked"/>
$0 / month per user</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="../../images/icon_area.png" alt="" width="40" height="38" /></td>
<td class="Text10Black">Create areas of any shape <br /></td>
<td><input name="f5" type="checkbox" id="f5" onchange="calc();" value="1" checked="checked"/>
$0 / month per user</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="../../images/icon_text.png" alt="" width="40" height="38" /></td>
<td class="Text10Black">Write text on a drawing </td>
<td><input name="f6" type="checkbox" id="f6" onchange="calc();" value="1" checked="checked"/>
$0 / month per user</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="../../images/icon_camera.png" alt="" width="40" height="38" /></td>
<td class="Text10Black">Take photos that are linked to a symbol on a drawing. </td>
<td><input name="f7" type="checkbox" id="f7" onchange="calc();" value="1" checked="checked"/>
$0 / month per user</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td valign="top">Symbols & Forms:</td>
<td valign="top">I am interested in having <a href="http://www.astacus.se/en/?page=kontakt" target="_blank">Astacus help</a> with:
<input name="symbols" type="checkbox" id="symbols" value="1" onchange="calc();"/>
Symbols
($14 / each)
<input name="forms" type="checkbox" id="forms" value="1" onchange="calc();"/>
<label for="symbol1"> Forms:
(from $99 each)<br />
</label></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td><strong>Quote:</strong><br />
<div id="offert"></div>
<br />
<span class="Text10Black"><em>No additional fees are due</em></span><br />
<br />
<br /></td>
</tr>
<tr>
<td valign="top"><input type="submit" name="button" id="button" value="Send my order " onclick="calc();" /></td>
<td valign="top"><input type="checkbox" name="accept" id="accept" onclick="calc();" value="1" />
I confirm that I have read the conditions below* and that I accept the quote listed above (Please check that your billing address is listed correctly under "<a href="settings.php" target="new">User Preferences</a>")<br />
<br />
<br />
<span class="Text10Black">*)THIS SOFTWARE IS PROVIDED BY ASTACUS AB``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. </span>
<p class="Text10Black">IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p></td>
</tr>
</table>
</form>
<p class="Text14Gray"><br />
</p></td>
</tr>
</table> <p> </p></td>
</tr>
</table>
<br />
<table width="985" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="847" valign="middle" class="Text10Black">© Astacus AB | Norra Oskarsgatan 27A, SE-582 73 Linköping, Sweden | 013 - 485 01 91 | <a href="mailto:notes@astacus.se">notes@astacus.se</a></td>
<td width="138" align="right" valign="top" class="Text10Black"><img src="../../images/in_store.jpg" alt="" width="86" height="32" hspace="1" vspace="0" align="right" /></td>
</tr>
</table></td>
</tr>
</table>
<p> </p>
</body>
</html>