Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
key_reminder.inc
1 <?php
29 ?>
30 <html>
31  <head>
32  <title><?php echo SQ_SYSTEM_LONG_NAME ?> - Invalid Warranty Key</title>
33  <link rel="stylesheet" href="<?php echo sq_web_path('lib').'/web/css/key_reminder.css' ?>" type="text/css" />
34  </head>
35  <body>
36  <form method="post" action="<?php echo htmlentities($return_url, ENT_COMPAT, SQ_CONF_DEFAULT_CHARACTER_SET); ?>">
37  <div class="key-reminder">
38  <h1><?php echo sq_get_icon(sq_web_path('lib').'/web/images/icons/header/system_config.png', 20, 20, 'Key icon', '', 'align="absmiddle"') ?> Invalid Warranty Key</h1>
39  <div class="key-reminder-body">
40  <p class="key-reminder-warning">YOUR WARRANTY KEY IS INVALID CONSEQUENTLY YOUR SYSTEM IS CURRENTLY NOT WARRANTED.</p>
41 
42  <p>Squiz Matrix is an open source product with the benefit of full commercial support provided through Squiz Service Level Agreements. A valid <em>Warranty Key</em> is a means to alert administrators of the presence or absence of a current Squiz Service Level agreement.</p>
43 
44  <p>The <em>Warranty Key</em> is a code provided by Squiz that contains encoded information about when your system warranty will expire and a portion of your <em>Install Key</em>. It is used by Squiz Support to provide you appropriate levels of support and warranty. It does not include any personal or other identifying information.</p>
45 
46  <p class="key-reminder-info"><?php echo sq_get_icon(sq_web_path('lib').'/web/images/icons/info.png', 16, 16, 'Info icon', '', 'align="absmiddle"') ?> NB: All keys provided to Squiz are used in accordance with Squiz's <a href="http://matrix.squiz.net/privacy-policy">Privacy Policy</a>.</p>
47 
48  <h2>Obtaining a Warranty Key</h2>
49 
50  <p>To obtain a <em>Warranty Key</em> from Squiz, you need to obtain the <em>Install Key</em> for this system. You can find the install key from the <strong>System Configuration</strong> screen.</p>
51 
52  <p>Once you have obtained the <em>Install Key</em>, you will need to send it to Squiz (contact details below) so that they may provide you with a <em>Warranty Key</em>. Once you have received a <em>Warranty Key</em>, you enter this on the <strong>System Configuration</strong> screen, next to where you obtained your <em>Install Key</em>.</p>
53 
54  <h2>Contacting Squiz</h2>
55 
56  <p>For assistance or to submit your <em>Install Key</em>, contact Squiz Support on 13000 SQUIZ (+61 1300 077 849) or email warrantykey@squiz.net.</p>
57 
58  <h2>Continue to <?php echo (!SQ_IN_LIMBO ? 'Administration' : 'Simple Edit') ?> Interface</h2>
59 
60  <p>Click the <strong>Continue</strong> button below to proceed to your backend interface. This message will not appear again until this session concludes.</p>
61 
62  <input type="submit" value="Continue">
63  </div>
64  <div class="key-reminder-footer"><a href="http://matrix.squiz.net/" target="_blank"><?php echo SQ_SYSTEM_LONG_NAME ?></a></div>
65  </div>
66  </form>
67  </body>
68 </html>