コード例 #1
0
ファイル: views.py プロジェクト: emory-libraries/TheKeep
def history(request, pid):
    'Display human-readable audit trail information.'
    return history_view(request, pid, type=DiskImage, template_name='file/history.html')
コード例 #2
0
ファイル: views.py プロジェクト: emory-libraries/TheKeep
def history(request, pid):
    'Display human-readable audit trail information.'
    return history_view(request, pid, type=ArrangementObject,
                        template_name='arrangement/history.html')
コード例 #3
0
ファイル: views.py プロジェクト: jrhoads/TheKeep
def history(request, pid):
    'Display human-readable audit trail information.'
    return history_view(request, pid, type=ArrangementObject,
                        template_name='arrangement/history.html')
コード例 #4
0
ファイル: views.py プロジェクト: jrhoads/TheKeep
def history(request, pid):
    'Display human-readable audit trail information.'
    return history_view(request,
                        pid,
                        type=DiskImage,
                        template_name='file/history.html')
コード例 #5
0
ファイル: views.py プロジェクト: emory-libraries/TheKeep
def history(request, pid):
    'Display human-readable audit trail information.'
    return history_view(request, pid, type=Video, template_name='video/history.html')
コード例 #6
0
ファイル: views.py プロジェクト: jrhoads/TheKeep
def history(request, pid):
    return history_view(request,
                        pid,
                        type=AudioObject,
                        template_name='audio/history.html')
コード例 #7
0
def history(request, pid):
    return history_view(request, pid, type=CollectionObject,
                        template_name='collection/history.html')
コード例 #8
0
def history(request, pid):
    'Display human-readable audit trail information.'
    return history_view(request,
                        pid,
                        type=Video,
                        template_name='video/history.html')
コード例 #9
0
ファイル: views.py プロジェクト: emory-libraries/TheKeep
def history(request, pid):
    return history_view(request, pid, type=AudioObject,
                        template_name='audio/history.html')