Skip to content

Instantly share code, notes, and snippets.

@marineko
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marineko/6baa039110521f3b043a to your computer and use it in GitHub Desktop.
Save marineko/6baa039110521f3b043a to your computer and use it in GitHub Desktop.
<!-- カレンダー本体 -->
<div class="divDatePicker">
</div>
<!--<p><h2>Event List</h2></p>-->
<div class="divCalendarList">
</div>
<div class="divAddNew">
<p>
</p>
<!-- add New Eventリンクの設置 -->
<p>
<span style="height: 10px; width: 10px; position: relative; display: inline-block;
overflow: hidden;" class="s4-clust">
<img src="/_layouts/images/fgimg.png" alt="" style="left: -0px !important; top: -128px !important;
position: absolute;">
<!-- 以下、aタグのhref属性を、自サイトのカレンダーのURLで置き換える -->
</span>&nbsp;<a href="http://[サイトURL]/_layouts/listform.aspx?PageType=8&ListId={[予定表のGUID]}&RootFolder="
target="_blank">Add New Event</a>
</p>
</div>
<script src="/[サイトURL]/[格納先ライブラリURL]/jqCalendar.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment