Removed most Google Account management and mailing stuff.
This commit is contained in:
@@ -8,11 +8,49 @@
|
||||
|
||||
<h3>Frequently Asked Questions</h3>
|
||||
|
||||
<h4>What is this?</h4>
|
||||
|
||||
<p>
|
||||
Some time ago, Google introduced features to highlight special items from your
|
||||
mails, like hotel reservations, event tickets, car rentals and more.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Later, they added features to Google Now on Android smartphones so that you
|
||||
get notified when to leave to catch your flight or event … or how to get to
|
||||
your booked hotel and when the checkin opens.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
And recently, they even added a feature to Google Search, that shows your
|
||||
booked items when you search for similar things. All that from a mail in your
|
||||
inbox.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A nice overview with sample images can be found on Google's Developer pages:<br/>
|
||||
<a href="https://developers.google.com/gmail/markup/">https://developers.google.com/gmail/markup/</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
But while the needed data is easy to be added to confirmation mails, many
|
||||
companies didn't do this yet. And sometimes, you don't even get any confirmation
|
||||
by email. To make those things show up in Google Now, I made this tool.
|
||||
</p>
|
||||
|
||||
<h4>What does it do?</h4>
|
||||
|
||||
<p>
|
||||
You can select a type of reservation, fill in all your details and have it sent to the mail address
|
||||
of your account. We will add all the neccessary markup to the mail so that Google Now can
|
||||
recognise it. This will make the events/reservations show up when you need them.
|
||||
</p>
|
||||
|
||||
<h4>What happens to my data?</h4>
|
||||
|
||||
<p>
|
||||
Your data won't be stored on our servers. It is solely used to compose the mail.
|
||||
After the mail is sent, your data is deleted from our servers.
|
||||
Your data won't be stored on our servers. It is solely used to compose the mail. After the mail is
|
||||
sent, your data is deleted from our servers.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
@@ -1,58 +0,0 @@
|
||||
{{> html_head}}
|
||||
{{> mdl_head}}
|
||||
{{> mdl_content_head}}
|
||||
|
||||
<div class="frs-crumbs mdl-color-text--grey-500">
|
||||
<a href="./">Fake Reservation System</a> > Welcome
|
||||
</div>
|
||||
|
||||
<h3>What is this?</h3>
|
||||
|
||||
<p>
|
||||
Some time ago, Google introduced features to highlight special items from your
|
||||
mails, like hotel reservations, event tickets, car rentals and more.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Later, they added features to Google Now on Android smartphones so that you
|
||||
get notified when to leave to catch your flight or event … or how to get to
|
||||
your booked hotel and when the checkin opens.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
And recently, they even added a feature to Google Search, that shows your
|
||||
booked items when you search for similar things. All that from a mail in your
|
||||
inbox.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A nice overview with sample images can be found on Google's Developer pages:<br/>
|
||||
<a href="https://developers.google.com/gmail/markup/">https://developers.google.com/gmail/markup/</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
But while the needed data is easy to be added to confirmation mails, many
|
||||
companies didn't do this yet. And sometimes, you don't even get any confirmation
|
||||
by email. To make those things show up in Google Now, I made this tool.
|
||||
</p>
|
||||
|
||||
|
||||
<h3>What does it do?</h3>
|
||||
|
||||
<p>
|
||||
After login with your Google account, you can select a type of reservation,
|
||||
fill in all your details and send it to the mail address of your account.
|
||||
We will add all the neccessary markup to the mail so that Google Now can
|
||||
recognise it. This will make the events/reservations show up when you need
|
||||
them.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To begin, please sign in:<br/>
|
||||
<a href="{{auth_url}}"><img id="signin-button" src="img/btn_google_signin_dark_normal_web.png"/></a>
|
||||
</p>
|
||||
|
||||
{{> mdl_content_foot}}
|
||||
{{> mdl_foot}}
|
||||
<a href="https://github.com/mbirth/php-frs/" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
|
||||
{{> html_foot}}
|
||||
@@ -1,21 +0,0 @@
|
||||
{{> html_head}}
|
||||
{{> mdl_head}}
|
||||
{{> mdl_content_head}}
|
||||
|
||||
<div class="frs-crumbs mdl-color-text--grey-500">
|
||||
<a href="./">Fake Reservation System</a> > Logged in
|
||||
</div>
|
||||
|
||||
<h3>Your email address is not verified!</h3>
|
||||
<p>
|
||||
To use this system, you must verify your Google email address first!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can find more information at this address:<br/>
|
||||
<a href="https://support.google.com/accounts/answer/63950">https://support.google.com/accounts/answer/63950</a>.
|
||||
</p>
|
||||
|
||||
{{> mdl_content_foot}}
|
||||
{{> mdl_foot}}
|
||||
{{> html_foot}}
|
||||
@@ -5,22 +5,15 @@
|
||||
<div class="mdl-layout-spacer"></div>
|
||||
<!-- Navigation -->
|
||||
<nav class="mdl-navigation">
|
||||
{{# user.name_first}}
|
||||
<span class="mdl-navigation__link mdl-color-text--grey-800">Hello, {{user.name_first}}!<span id="session_expires"></span></span>
|
||||
{{/ user.name_first}}
|
||||
<button id="frs-menu-top" class="mdl-button mdl-js-button mdl-button--icon">
|
||||
<span class="mdl-navigation__link mdl-color-text--grey-800">Hello, User!</span>
|
||||
<!--button id="frs-menu-top" class="mdl-button mdl-js-button mdl-button--icon">
|
||||
<span class="material-icons">more_vert</span>
|
||||
</button>
|
||||
<ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="frs-menu-top">
|
||||
<li id="frs-menuitem-logout" class="mdl-menu__item" onclick="location.href='?action=logout';">Logout</li>
|
||||
</ul>
|
||||
</ul-->
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<div class="frs-ribbon"></div>
|
||||
<main class="frs-main mdl-layout__content">
|
||||
|
||||
<script>
|
||||
var seconds_left = {{session_time_left}};
|
||||
</script>
|
||||
<script src="js/session.js"></script>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{{> mdl_content_head}}
|
||||
|
||||
<div class="frs-crumbs mdl-color-text--grey-500">
|
||||
<a href="./">Fake Reservation System</a> > Logged in
|
||||
<a href="./">Fake Reservation System</a> > Welcome
|
||||
</div>
|
||||
|
||||
<h3>Select the type of reservation you want to create</h3>
|
||||
@@ -81,4 +81,5 @@
|
||||
|
||||
{{> mdl_content_foot}}
|
||||
{{> mdl_foot}}
|
||||
<a href="https://github.com/mbirth/php-frs/" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
|
||||
{{> html_foot}}
|
||||
Reference in New Issue
Block a user