浏览代码

* Add link to program sources

michael 5 年之前
父节点
当前提交
5c3180aa62
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      demo/fullcalendar/demofullcalendar.html

+ 6 - 0
demo/fullcalendar/demofullcalendar.html

@@ -53,6 +53,12 @@
     </div>
     <div id="thecalendar">
     </div>
+   <div class="source row">
+     <div>
+       Created using &nbsp; <a target="_blank" href="https://wiki.freepascal.org/pas2js">pas2js.</a> &nbsp;&nbsp;Sources: &nbsp; 
+       <a target="new" href="demofullcalendar.lpr">Program</a>.
+     </div>
+    </div>
   </div>
   <script>
   window.addEventListener("load", rtl.run);