--- /dev/null
+<div id="rbdigital_footer_links" class="col-md-12">
+ <span class="pull-right"><a href="https://[% vendor_library_url %]" target="_blank"><img src="[% ctx.media_prefix %]/opac/images/ebook_api/rbdigital/login_logo_2x.png[% ctx.cache_key %]" alt="[% l('Visit RBdigital.com') %]"/></a></span>
+ <span class="pull-right"><a href="https://itunes.apple.com/us/app/oneclickdigital/id515311743?mt=8" target="_blank"><img src="[% ctx.media_prefix %]/opac/images/ebook_api/rbdigital/apple.png[% ctx.cache_key %]" alt="[% l('Download it from App Store') %]"/></a></span>
+ <span class="pull-right"><a href="https://play.google.com/store/apps/details?id=com.ocd" target="_blank"><img src="[% ctx.media_prefix %]/opac/images/ebook_api/rbdigital/google.png[% ctx.cache_key %]" alt="[% l('Download it from Google Play') %]"/></a></span>
+ <span class="pull-right"><a href="https://www.amazon.com/Recorded-Books-OneClickdigital/dp/B009GLFOL4/ref=sr_1_1?s=mobile-apps&ie=UTF8&qid=1358440633&sr=1-1&keywords=oneclickdigital" target="_blank"><img src="[% ctx.media_prefix %]/opac/images/ebook_api/rbdigital/kindlefire_badge.png[% ctx.cache_key %]" alt="[% l('Download it from Kindle Fire') %]"/></a></span>
+</div>
\ No newline at end of file
</div>
<div class="modal-footer">
<span id="registerProgress" class="pull-left hidden">Registering ... <img src="[% ctx.media_prefix %]/opac/images/progressbar_green.gif[% ctx.cache_key %]" alt="[% l("Registering...") %]"/></span>
- <span id="registerError" class="pull-left hidden">Registration failed! Please try it again.</span>
- <span class="pull-right"><img src="[% ctx.media_prefix %]/opac/images/ebook_api/rbdigital/rbdigital_logo.png[% ctx.cache_key %]" alt="[% l("RBDigital") %]"/></span>
+ <span id="registerError" class="pull-left hidden">Registration failed! There is a problem with your account. Please call or visit your local public library for more information.</span>
+ <span class="pull-right"><img src="[% ctx.media_prefix %]/opac/images/ebook_api/rbdigital/login_logo.png[% ctx.cache_key %]" alt="[% l("RBdigital") %]"/></span>
</div>
</div>
</div>
<div class="center-text">
Your RBdigital account has been created!<br><br>
Please remember the RBdigital password you just created. It may be different from your PINES password.<br><br>
- Visit <a href="https://[% vendor_library_url %]" target="_blank">https://[% vendor_library_url %]</a>/#/help/support to learn about RBdigital and to download RBdigital mobile and desktop apps.<br><br>
+ Visit <a href="https://[% vendor_library_url %]/#/help/support" target="_blank">https://[% vendor_library_url %]</a>/#/help/support to learn about RBdigital and to download RBdigital mobile and desktop apps.<br><br>
Visit <a href="https://[% vendor_library_url %]" target="_blank">https://[% vendor_library_url %]</a> to search for e-books and e-audiobooks at RBdigital.com or use the RBdigital tab to search from them from this PINES site
</div>
<button id="btnCloseRegisterSuccess" type="submit" class="btn btn-danger btn-default pull-right" data-dismiss="modal">Ok</button>
INCLUDE $path %]
</div>
<div class="common-full-pad"></div>
+ [% INCLUDE "opac/ebook_api/rbdigital/parts/result/footer_links.tt2" vendor_library_url = ctx.vendor_library_url %]
</div>
<br class="clear-both" />
+
</div>
[%- END %]
\ No newline at end of file
.rbdigital .center-text {
text-align: center;
+}
+
+#rbdigital_footer_links {
+ padding: 1em;
+}
+
+#rbdigital_footer_links span {
+ margin-right: 1em;
+}
+
+#rbdigital_footer_links img {
+ width: 180px;
+ height: 60px;
}
\ No newline at end of file